Color Hex Logo

#bfb55a Color Hex

#BFB55A
(191,181,90)
0 Favorites   0 Comments

Color spaces of #bfb55a

RGB 19118190
HSL0.150.440.55
HSV54°53°75°
CMYK 0.000.050.53   0.25
XYZ39.855244.862316.2316
Yxy44.86230.39480.4444
Hunter Lab66.9793-10.999732.5173
CIE-Lab72.8011-8.521847.0587

#bfb55a color RGB value is (191,181,90).

#bfb55a hex color red value is 191, green value is 181 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #bfb55a hue: 0.15 , saturation: 0.44 and the lightness value of bfb55a is 0.55.

The process color (four color CMYK) of #bfb55a color hex is 0.00, 0.05, 0.53, 0.25. Web safe color of #bfb55a is #cccc66. Color #bfb55a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110101 01011010
Octal 277 265 132
Decimal 191 181 90
Hex BF B5 5A

RGB Percentages of Color #bfb55a

%41.34
%39.18
%19.48

CMYK Percentages of Color #bfb55a

%0
%5
%53
%25

Triadic Colors of #bfb55a

#bfb55a #5abfb5 #b55abf

Analogous Colors of #bfb55a

#bfb55a #97bf5a #bf835a

Monochromatic Colors of #bfb55a

#bfb55a

Complementary Color

#bfb55a #5a64bf

#bfb55a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb55a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb55a Color CSS Codes

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

#bfb55a Text Font Color

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

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


#bfb55a Background Color

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

This div background color is #bfb55a


#bfb55a Border Color

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

This div border color is #bfb55a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb55a


Comments

No comments written yet.

Please login to write comment.