Color Hex Logo

#bfb72a Color Hex

#BFB72A
(191,183,42)
0 Favorites   0 Comments

Color spaces of #bfb72a

RGB 19118342
HSL0.160.640.46
HSV57°78°75°
CMYK 0.000.040.78   0.25
XYZ38.837345.11058.8507
Yxy45.11050.41850.4861
Hunter Lab67.1644-14.321339.2020
CIE-Lab72.9646-12.439966.7504

#bfb72a color RGB value is (191,183,42).

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

The process color (four color CMYK) of #bfb72a color hex is 0.00, 0.04, 0.78, 0.25. Web safe color of #bfb72a is #cccc33. Color #bfb72a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110111 00101010
Octal 277 267 52
Decimal 191 183 42
Hex BF B7 2A

RGB Percentages of Color #bfb72a

%45.91
%43.99
%10.10

CMYK Percentages of Color #bfb72a

%0
%4
%78
%25

Triadic Colors of #bfb72a

#bfb72a #2abfb7 #b72abf

Analogous Colors of #bfb72a

#bfb72a #7dbf2a #bf6d2a

Monochromatic Colors of #bfb72a

#bfb72a

Complementary Color

#bfb72a #2a32bf

#bfb72a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb72a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb72a Color CSS Codes

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

#bfb72a Text Font Color

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

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


#bfb72a Background Color

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

This div background color is #bfb72a


#bfb72a Border Color

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

This div border color is #bfb72a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb72a


Comments

No comments written yet.

Please login to write comment.