Color Hex Logo

#bf997c Color Hex

#BF997C
(191,153,124)
0 Favorites   0 Comments

Color spaces of #bf997c

RGB 191153124
HSL0.070.340.62
HSV26°35°75°
CMYK 0.000.200.35   0.25
XYZ36.515235.314123.9605
Yxy35.31410.38120.3687
Hunter Lab59.42575.687717.6922
CIE-Lab65.992510.065220.6197

#bf997c color RGB value is (191,153,124).

#bf997c hex color red value is 191, green value is 153 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #bf997c hue: 0.07 , saturation: 0.34 and the lightness value of bf997c is 0.62.

The process color (four color CMYK) of #bf997c color hex is 0.00, 0.20, 0.35, 0.25. Web safe color of #bf997c is #cc9966. Color #bf997c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10011001 01111100
Octal 277 231 174
Decimal 191 153 124
Hex BF 99 7C

RGB Percentages of Color #bf997c

%40.81
%32.69
%26.50

CMYK Percentages of Color #bf997c

%0
%20
%35
%25

Triadic Colors of #bf997c

#bf997c #7cbf99 #997cbf

Analogous Colors of #bf997c

#bf997c #bfbb7c #bf7c81

Monochromatic Colors of #bf997c

#bf997c

Complementary Color

#bf997c #7ca2bf

#bf997c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf997c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf997c Color CSS Codes

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

#bf997c Text Font Color

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

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


#bf997c Background Color

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

This div background color is #bf997c


#bf997c Border Color

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

This div border color is #bf997c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(191,153,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bf997c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bf997c;
  -webkit-box-shadow: 1px 1px 3px 2px #bf997c;
  box-shadow:         1px 1px 3px 2px #bf997c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,153,124, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf997c


Comments

No comments written yet.

Please login to write comment.