Color Hex Logo

#bfb74b Color Hex

#BFB74B
(191,183,75)
0 Favorites   0 Comments

Color spaces of #bfb74b

RGB 19118375
HSL0.160.480.52
HSV56°61°75°
CMYK 0.000.040.61   0.25
XYZ39.689345.451313.3377
Yxy45.45130.40300.4615
Hunter Lab67.4176-12.896335.4625
CIE-Lab73.1881-10.709654.4449

#bfb74b color RGB value is (191,183,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110111 01001011
Octal 277 267 113
Decimal 191 183 75
Hex BF B7 4B

RGB Percentages of Color #bfb74b

%42.54
%40.76
%16.70

CMYK Percentages of Color #bfb74b

%0
%4
%61
%25

Triadic Colors of #bfb74b

#bfb74b #4bbfb7 #b74bbf

Analogous Colors of #bfb74b

#bfb74b #8dbf4b #bf7d4b

Monochromatic Colors of #bfb74b

#bfb74b

Complementary Color

#bfb74b #4b53bf

#bfb74b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb74b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb74b Color CSS Codes

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

#bfb74b Text Font Color

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

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


#bfb74b Background Color

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

This div background color is #bfb74b


#bfb74b Border Color

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

This div border color is #bfb74b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb74b


Comments

No comments written yet.

Please login to write comment.