Color Hex Logo

#bfb75a Color Hex

#BFB75A
(191,183,90)
0 Favorites   0 Comments

Color spaces of #bfb75a

RGB 19118390
HSL0.150.440.55
HSV55°53°75°
CMYK 0.000.040.53   0.25
XYZ40.264845.681516.3681
Yxy45.68150.39350.4465
Hunter Lab67.5881-11.939932.9531
CIE-Lab73.3384-9.559947.6886

#bfb75a color RGB value is (191,183,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110111 01011010
Octal 277 267 132
Decimal 191 183 90
Hex BF B7 5A

RGB Percentages of Color #bfb75a

%41.16
%39.44
%19.40

CMYK Percentages of Color #bfb75a

%0
%4
%53
%25

Triadic Colors of #bfb75a

#bfb75a #5abfb7 #b75abf

Analogous Colors of #bfb75a

#bfb75a #95bf5a #bf855a

Monochromatic Colors of #bfb75a

#bfb75a

Complementary Color

#bfb75a #5a62bf

#bfb75a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb75a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb75a Color CSS Codes

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

#bfb75a Text Font Color

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

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


#bfb75a Background Color

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

This div background color is #bfb75a


#bfb75a Border Color

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

This div border color is #bfb75a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb75a


Comments

No comments written yet.

Please login to write comment.