Color Hex Logo

#bf994b Color Hex

#BF994B
(191,153,75)
0 Favorites   0 Comments

Color spaces of #bf994b

RGB 19115375
HSL0.110.480.52
HSV40°61°75°
CMYK 0.000.200.61   0.25
XYZ34.147134.366811.4903
Yxy34.36680.42680.4296
Hunter Lab58.62321.382929.4152
CIE-Lab65.25275.220245.5788

#bf994b color RGB value is (191,153,75).

#bf994b hex color red value is 191, green value is 153 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #bf994b hue: 0.11 , saturation: 0.48 and the lightness value of bf994b is 0.52.

The process color (four color CMYK) of #bf994b color hex is 0.00, 0.20, 0.61, 0.25. Web safe color of #bf994b is #cc9933. Color #bf994b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10011001 01001011
Octal 277 231 113
Decimal 191 153 75
Hex BF 99 4B

RGB Percentages of Color #bf994b

%45.58
%36.52
%17.90

CMYK Percentages of Color #bf994b

%0
%20
%61
%25

Triadic Colors of #bf994b

#bf994b #4bbf99 #994bbf

Analogous Colors of #bf994b

#bf994b #abbf4b #bf5f4b

Monochromatic Colors of #bf994b

#bf994b

Complementary Color

#bf994b #4b71bf

#bf994b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf994b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf994b Color CSS Codes

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

#bf994b Text Font Color

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

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


#bf994b Background Color

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

This div background color is #bf994b


#bf994b Border Color

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

This div border color is #bf994b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf994b


Comments

No comments written yet.

Please login to write comment.