Color Hex Logo

#b3916c Color Hex

#B3916C
(179,145,108)
0 Favorites   0 Comments

Color spaces of #b3916c

RGB 179145108
HSL0.090.320.56
HSV31°40°70°
CMYK 0.000.190.40   0.30
XYZ31.422630.917218.4988
Yxy30.91720.38870.3825
Hunter Lab55.60323.568619.1969
CIE-Lab62.43777.637224.4668

#b3916c color RGB value is (179,145,108).

#b3916c hex color red value is 179, green value is 145 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #b3916c hue: 0.09 , saturation: 0.32 and the lightness value of b3916c is 0.56.

The process color (four color CMYK) of #b3916c color hex is 0.00, 0.19, 0.40, 0.30. Web safe color of #b3916c is #cc9966. Color #b3916c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10010001 01101100
Octal 263 221 154
Decimal 179 145 108
Hex B3 91 6C

RGB Percentages of Color #b3916c

%41.44
%33.56
%25.00

CMYK Percentages of Color #b3916c

%0
%19
%40
%30

Triadic Colors of #b3916c

#b3916c #6cb391 #916cb3

Analogous Colors of #b3916c

#b3916c #b2b36c #b36e6c

Monochromatic Colors of #b3916c

#b3916c

Complementary Color

#b3916c #6c8eb3

#b3916c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3916c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3916c Color CSS Codes

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

#b3916c Text Font Color

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

This sample text font color is #b3916c
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.


#b3916c Background Color

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

This div background color is #b3916c


#b3916c Border Color

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

This div border color is #b3916c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3916c


Comments

No comments written yet.

Please login to write comment.