Color Hex Logo

#bfb34b Color Hex

#BFB34B
(191,179,75)
0 Favorites   0 Comments

Color spaces of #bfb34b

RGB 19117975
HSL0.150.480.52
HSV54°61°75°
CMYK 0.000.060.61   0.25
XYZ38.876043.824613.0666
Yxy43.82460.40590.4576
Hunter Lab66.2002-11.026234.6374
CIE-Lab72.1111-8.637953.2656

#bfb34b color RGB value is (191,179,75).

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

The process color (four color CMYK) of #bfb34b color hex is 0.00, 0.06, 0.61, 0.25. Web safe color of #bfb34b is #cccc33. Color #bfb34b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110011 01001011
Octal 277 263 113
Decimal 191 179 75
Hex BF B3 4B

RGB Percentages of Color #bfb34b

%42.92
%40.22
%16.85

CMYK Percentages of Color #bfb34b

%0
%6
%61
%25

Triadic Colors of #bfb34b

#bfb34b #4bbfb3 #b34bbf

Analogous Colors of #bfb34b

#bfb34b #91bf4b #bf794b

Monochromatic Colors of #bfb34b

#bfb34b

Complementary Color

#bfb34b #4b57bf

#bfb34b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb34b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb34b Color CSS Codes

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

#bfb34b Text Font Color

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

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


#bfb34b Background Color

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

This div background color is #bfb34b


#bfb34b Border Color

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

This div border color is #bfb34b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb34b


Comments

No comments written yet.

Please login to write comment.