Color Hex Logo

#bf987c Color Hex

#BF987C
(191,152,124)
0 Favorites   0 Comments

Color spaces of #bf987c

RGB 191152124
HSL0.070.340.62
HSV25°35°75°
CMYK 0.000.200.35   0.25
XYZ36.352234.988123.9062
Yxy34.98810.38170.3673
Hunter Lab59.15076.186717.4430
CIE-Lab65.739410.614420.2746

#bf987c color RGB value is (191,152,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10011000 01111100
Octal 277 230 174
Decimal 191 152 124
Hex BF 98 7C

RGB Percentages of Color #bf987c

%40.90
%32.55
%26.55

CMYK Percentages of Color #bf987c

%0
%20
%35
%25

Triadic Colors of #bf987c

#bf987c #7cbf98 #987cbf

Analogous Colors of #bf987c

#bf987c #bfba7c #bf7c82

Monochromatic Colors of #bf987c

#bf987c

Complementary Color

#bf987c #7ca3bf

#bf987c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf987c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf987c Color CSS Codes

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

#bf987c Text Font Color

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

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


#bf987c Background Color

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

This div background color is #bf987c


#bf987c Border Color

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

This div border color is #bf987c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,152,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 #bf987c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf987c


Comments

No comments written yet.

Please login to write comment.