Color Hex Logo

#bfb02a Color Hex

#BFB02A
(191,176,42)
0 Favorites   0 Comments

Color spaces of #bfb02a

RGB 19117642
HSL0.150.640.46
HSV54°78°75°
CMYK 0.000.080.78   0.25
XYZ37.429142.29428.3814
Yxy42.29420.42480.4800
Hunter Lab65.0340-11.077137.8827
CIE-Lab71.0733-8.827465.0487

#bfb02a color RGB value is (191,176,42).

#bfb02a hex color red value is 191, green value is 176 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #bfb02a hue: 0.15 , saturation: 0.64 and the lightness value of bfb02a is 0.46.

The process color (four color CMYK) of #bfb02a color hex is 0.00, 0.08, 0.78, 0.25. Web safe color of #bfb02a is #cc9933. Color #bfb02a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110000 00101010
Octal 277 260 52
Decimal 191 176 42
Hex BF B0 2A

RGB Percentages of Color #bfb02a

%46.70
%43.03
%10.27

CMYK Percentages of Color #bfb02a

%0
%8
%78
%25

Triadic Colors of #bfb02a

#bfb02a #2abfb0 #b02abf

Analogous Colors of #bfb02a

#bfb02a #84bf2a #bf662a

Monochromatic Colors of #bfb02a

#bfb02a

Complementary Color

#bfb02a #2a39bf

#bfb02a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb02a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb02a Color CSS Codes

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

#bfb02a Text Font Color

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

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


#bfb02a Background Color

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

This div background color is #bfb02a


#bfb02a Border Color

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

This div border color is #bfb02a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb02a


Comments

No comments written yet.

Please login to write comment.