Color Hex Logo

#bfa75d Color Hex

#BFA75D
(191,167,93)
2 Favorites   0 Comments

Color spaces of #bfa75d

RGB 19116793
HSL0.130.430.56
HSV45°51°75°
CMYK 0.000.130.51   0.25
XYZ37.280439.504116.0161
Yxy39.50410.40170.4257
Hunter Lab62.8523-4.115528.8882
CIE-Lab69.1149-0.871941.1745

#bfa75d color RGB value is (191,167,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100111 01011101
Octal 277 247 135
Decimal 191 167 93
Hex BF A7 5D

RGB Percentages of Color #bfa75d

%42.35
%37.03
%20.62

CMYK Percentages of Color #bfa75d

%0
%13
%51
%25

Triadic Colors of #bfa75d

#bfa75d #5dbfa7 #a75dbf

Analogous Colors of #bfa75d

#bfa75d #a6bf5d #bf765d

Monochromatic Colors of #bfa75d

#bfa75d

Complementary Color

#bfa75d #5d75bf

#bfa75d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa75d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa75d Color CSS Codes

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

#bfa75d Text Font Color

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

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


#bfa75d Background Color

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

This div background color is #bfa75d


#bfa75d Border Color

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

This div border color is #bfa75d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa75d

#bfa75d Color Palettes


Comments

No comments written yet.

Please login to write comment.