Color Hex Logo

#bfac5b Color Hex

#BFAC5B
(191,172,91)
0 Favorites   0 Comments

Color spaces of #bfac5b

RGB 19117291
HSL0.140.440.55
HSV49°52°75°
CMYK 0.000.100.52   0.25
XYZ38.126741.336715.8668
Yxy41.33670.39990.4336
Hunter Lab64.2936-6.661730.3736
CIE-Lab70.4112-3.710643.7386

#bfac5b color RGB value is (191,172,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101100 01011011
Octal 277 254 133
Decimal 191 172 91
Hex BF AC 5B

RGB Percentages of Color #bfac5b

%42.07
%37.89
%20.04

CMYK Percentages of Color #bfac5b

%0
%10
%52
%25

Triadic Colors of #bfac5b

#bfac5b #5bbfac #ac5bbf

Analogous Colors of #bfac5b

#bfac5b #a0bf5b #bf7a5b

Monochromatic Colors of #bfac5b

#bfac5b

Complementary Color

#bfac5b #5b6ebf

#bfac5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfac5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfac5b Color CSS Codes

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

#bfac5b Text Font Color

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

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


#bfac5b Background Color

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

This div background color is #bfac5b


#bfac5b Border Color

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

This div border color is #bfac5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfac5b


Comments

No comments written yet.

Please login to write comment.