Color Hex Logo

#bfad7b Color Hex

#BFAD7B
(191,173,123)
0 Favorites   0 Comments

Color spaces of #bfad7b

RGB 191173123
HSL0.120.350.62
HSV44°36°75°
CMYK 0.000.090.36   0.25
XYZ40.004642.393624.8132
Yxy42.39360.37310.3954
Hunter Lab65.1104-4.270622.9822
CIE-Lab71.1414-0.900928.0815

#bfad7b color RGB value is (191,173,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101101 01111011
Octal 277 255 173
Decimal 191 173 123
Hex BF AD 7B

RGB Percentages of Color #bfad7b

%39.22
%35.52
%25.26

CMYK Percentages of Color #bfad7b

%0
%9
%36
%25

Triadic Colors of #bfad7b

#bfad7b #7bbfad #ad7bbf

Analogous Colors of #bfad7b

#bfad7b #afbf7b #bf8b7b

Monochromatic Colors of #bfad7b

#bfad7b

Complementary Color

#bfad7b #7b8dbf

#bfad7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfad7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfad7b Color CSS Codes

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

#bfad7b Text Font Color

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

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


#bfad7b Background Color

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

This div background color is #bfad7b


#bfad7b Border Color

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

This div border color is #bfad7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfad7b


Comments

No comments written yet.

Please login to write comment.