Color Hex Logo

#bfac4b Color Hex

#BFAC4B
(191,172,75)
0 Favorites   0 Comments

Color spaces of #bfac4b

RGB 19117275
HSL0.140.480.52
HSV50°61°75°
CMYK 0.000.100.61   0.25
XYZ37.508441.089412.6108
Yxy41.08940.41120.4505
Hunter Lab64.1010-7.728433.2064
CIE-Lab70.2385-4.970651.1977

#bfac4b color RGB value is (191,172,75).

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

The process color (four color CMYK) of #bfac4b color hex is 0.00, 0.10, 0.61, 0.25. Web safe color of #bfac4b is #cc9933. Color #bfac4b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101100 01001011
Octal 277 254 113
Decimal 191 172 75
Hex BF AC 4B

RGB Percentages of Color #bfac4b

%43.61
%39.27
%17.12

CMYK Percentages of Color #bfac4b

%0
%10
%61
%25

Triadic Colors of #bfac4b

#bfac4b #4bbfac #ac4bbf

Analogous Colors of #bfac4b

#bfac4b #98bf4b #bf724b

Monochromatic Colors of #bfac4b

#bfac4b

Complementary Color

#bfac4b #4b5ebf

#bfac4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfac4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfac4b Color CSS Codes

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

#bfac4b Text Font Color

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

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


#bfac4b Background Color

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

This div background color is #bfac4b


#bfac4b Border Color

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

This div border color is #bfac4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfac4b


Comments

No comments written yet.

Please login to write comment.