Color Hex Logo

#bfac7a Color Hex

#BFAC7A
(191,172,122)
0 Favorites   0 Comments

Color spaces of #bfac7a

RGB 191172122
HSL0.120.350.61
HSV43°36°75°
CMYK 0.000.100.36   0.25
XYZ39.751241.986624.4215
Yxy41.98660.37440.3955
Hunter Lab64.7971-3.890123.0120
CIE-Lab70.8617-0.487928.2453

#bfac7a color RGB value is (191,172,122).

#bfac7a hex color red value is 191, green value is 172 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #bfac7a hue: 0.12 , saturation: 0.35 and the lightness value of bfac7a is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101100 01111010
Octal 277 254 172
Decimal 191 172 122
Hex BF AC 7A

RGB Percentages of Color #bfac7a

%39.38
%35.46
%25.15

CMYK Percentages of Color #bfac7a

%0
%10
%36
%25

Triadic Colors of #bfac7a

#bfac7a #7abfac #ac7abf

Analogous Colors of #bfac7a

#bfac7a #b0bf7a #bf8a7a

Monochromatic Colors of #bfac7a

#bfac7a

Complementary Color

#bfac7a #7a8dbf

#bfac7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfac7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfac7a Color CSS Codes

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

#bfac7a Text Font Color

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

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


#bfac7a Background Color

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

This div background color is #bfac7a


#bfac7a Border Color

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

This div border color is #bfac7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfac7a


Comments

No comments written yet.

Please login to write comment.