Color Hex Logo

#bfa75b Color Hex

#BFA75B
(191,167,91)
0 Favorites   0 Comments

Color spaces of #bfa75b

RGB 19116791
HSL0.130.440.55
HSV46°52°75°
CMYK 0.000.130.52   0.25
XYZ37.192939.469115.5556
Yxy39.46910.40330.4280
Hunter Lab62.8244-4.268429.2966
CIE-Lab69.0897-1.050142.1528

#bfa75b color RGB value is (191,167,91).

#bfa75b hex color red value is 191, green value is 167 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #bfa75b hue: 0.13 , saturation: 0.44 and the lightness value of bfa75b is 0.55.

The process color (four color CMYK) of #bfa75b color hex is 0.00, 0.13, 0.52, 0.25. Web safe color of #bfa75b is #cc9966. Color #bfa75b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100111 01011011
Octal 277 247 133
Decimal 191 167 91
Hex BF A7 5B

RGB Percentages of Color #bfa75b

%42.54
%37.19
%20.27

CMYK Percentages of Color #bfa75b

%0
%13
%52
%25

Triadic Colors of #bfa75b

#bfa75b #5bbfa7 #a75bbf

Analogous Colors of #bfa75b

#bfa75b #a5bf5b #bf755b

Monochromatic Colors of #bfa75b

#bfa75b

Complementary Color

#bfa75b #5b73bf

#bfa75b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa75b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa75b Color CSS Codes

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

#bfa75b Text Font Color

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

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


#bfa75b Background Color

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

This div background color is #bfa75b


#bfa75b Border Color

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

This div border color is #bfa75b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa75b


Comments

No comments written yet.

Please login to write comment.