color codes Logo

#b3904c color codes

#B3904C
(179,144,76)
0 Favorites   0 Comments

Color spaces of #b3904c

RGB 17914476
HSL0.110.400.50
HSV40°58°70°
CMYK 0.000.200.58   0.30
XYZ29.868230.052011.0639
Yxy30.05200.42080.4234
Hunter Lab54.81971.320226.4077
CIE-Lab61.69915.023440.6357

#b3904c color RGB value is (179,144,76).

#b3904c hex color red value is 179, green value is 144 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #b3904c hue: 0.11 , saturation: 0.40 and the lightness value of b3904c is 0.50.

The process color (four color CMYK) of #b3904c color code is 0.00, 0.20, 0.58, 0.30. Web safe color of #b3904c is #cc9933. Color #b3904c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10010000 01001100
Octal 263 220 114
Decimal 179 144 76
Hex B3 90 4C

RGB Percentages of Color #b3904c

%44.86
%36.09
%19.05

CMYK Percentages of Color #b3904c

%0
%20
%58
%30

Triadic Colors of #b3904c

#b3904c #4cb390 #904cb3

Analogous Colors of #b3904c

#b3904c #a3b34c #b35d4c

Monochromatic Colors of #b3904c

#b3904c

Complementary Color

#b3904c #4c6fb3

#b3904c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3904c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3904c Color CSS Codes

.mybgcolor {background-color:#b3904c; } 
.myforecolor {color:#b3904c; }
.mybordercolor {border:3px solid #b3904c; }

#b3904c Text Font Color

<p style="color:#b3904c">Text here</p>

This sample text font color is #b3904c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b3904c Background Color

<div style="background-color:#b3904c">
Div content here</div>

This div background color is #b3904c


#b3904c Border Color

<div style="border:3px solid #b3904c">
Div here</div>

This div border color is #b3904c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,144,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b3904c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b3904c;
  -webkit-box-shadow: 1px 1px 3px 2px #b3904c;
  box-shadow:         1px 1px 3px 2px #b3904c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,144,76, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b3904c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b3904c;
  -webkit-box-shadow: 1px 1px 3px 2px #b3904c;
  box-shadow:         1px 1px 3px 2px #b3904c;">
Div content here</div>

This div box has shadow with color #b3904c


Comments

No comments written yet.

Please login to write comment.