Color Hex Logo

#bfb24a Color Hex

#BFB24A
(191,178,74)
0 Favorites   0 Comments

Color spaces of #bfb24a

RGB 19117874
HSL0.150.480.52
HSV53°61°75°
CMYK 0.000.070.61   0.25
XYZ38.642343.411612.8212
Yxy43.41160.40730.4576
Hunter Lab65.8875-10.614834.5839
CIE-Lab71.8334-8.186353.4084

#bfb24a color RGB value is (191,178,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110010 01001010
Octal 277 262 112
Decimal 191 178 74
Hex BF B2 4A

RGB Percentages of Color #bfb24a

%43.12
%40.18
%16.70

CMYK Percentages of Color #bfb24a

%0
%7
%61
%25

Triadic Colors of #bfb24a

#bfb24a #4abfb2 #b24abf

Analogous Colors of #bfb24a

#bfb24a #92bf4a #bf784a

Monochromatic Colors of #bfb24a

#bfb24a

Complementary Color

#bfb24a #4a57bf

#bfb24a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb24a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb24a Color CSS Codes

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

#bfb24a Text Font Color

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

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


#bfb24a Background Color

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

This div background color is #bfb24a


#bfb24a Border Color

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

This div border color is #bfb24a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb24a


Comments

No comments written yet.

Please login to write comment.