Color Hex Logo

#bf996e Color Hex

#BF996E
(191,153,110)
0 Favorites   0 Comments

Color spaces of #bf996e

RGB 191153110
HSL0.090.390.59
HSV32°42°75°
CMYK 0.000.200.42   0.25
XYZ35.691634.984619.6234
Yxy34.98460.39530.3874
Hunter Lab59.14784.203821.7329
CIE-Lab65.73678.414227.9540

#bf996e color RGB value is (191,153,110).

#bf996e hex color red value is 191, green value is 153 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #bf996e hue: 0.09 , saturation: 0.39 and the lightness value of bf996e is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10011001 01101110
Octal 277 231 156
Decimal 191 153 110
Hex BF 99 6E

RGB Percentages of Color #bf996e

%42.07
%33.70
%24.23

CMYK Percentages of Color #bf996e

%0
%20
%42
%25

Triadic Colors of #bf996e

#bf996e #6ebf99 #996ebf

Analogous Colors of #bf996e

#bf996e #bdbf6e #bf716e

Monochromatic Colors of #bf996e

#bf996e

Complementary Color

#bf996e #6e94bf

#bf996e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf996e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf996e Color CSS Codes

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

#bf996e Text Font Color

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

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


#bf996e Background Color

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

This div background color is #bf996e


#bf996e Border Color

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

This div border color is #bf996e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf996e


Comments

No comments written yet.

Please login to write comment.