Color Hex Logo

#bfa87b Color Hex

#BFA87B
(191,168,123)
0 Favorites   0 Comments

Color spaces of #bfa87b

RGB 191168123
HSL0.110.350.62
HSV40°36°75°
CMYK 0.000.120.36   0.25
XYZ39.063640.511724.4996
Yxy40.51170.37530.3893
Hunter Lab63.6488-1.833421.7323
CIE-Lab69.83241.780026.3414

#bfa87b color RGB value is (191,168,123).

#bfa87b hex color red value is 191, green value is 168 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #bfa87b hue: 0.11 , saturation: 0.35 and the lightness value of bfa87b is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101000 01111011
Octal 277 250 173
Decimal 191 168 123
Hex BF A8 7B

RGB Percentages of Color #bfa87b

%39.63
%34.85
%25.52

CMYK Percentages of Color #bfa87b

%0
%12
%36
%25

Triadic Colors of #bfa87b

#bfa87b #7bbfa8 #a87bbf

Analogous Colors of #bfa87b

#bfa87b #b4bf7b #bf867b

Monochromatic Colors of #bfa87b

#bfa87b

Complementary Color

#bfa87b #7b92bf

#bfa87b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa87b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa87b Color CSS Codes

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

#bfa87b Text Font Color

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

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


#bfa87b Background Color

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

This div background color is #bfa87b


#bfa87b Border Color

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

This div border color is #bfa87b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa87b


Comments

No comments written yet.

Please login to write comment.