Color Hex Logo

#bfb57a Color Hex

#BFB57A
(191,181,122)
0 Favorites   0 Comments

Color spaces of #bfb57a

RGB 191181122
HSL0.140.350.61
HSV51°36°75°
CMYK 0.000.050.36   0.25
XYZ41.522645.529325.0119
Yxy45.52930.37050.4063
Hunter Lab67.4754-8.237725.2551
CIE-Lab73.2391-5.261631.3728

#bfb57a color RGB value is (191,181,122).

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

The process color (four color CMYK) of #bfb57a color hex is 0.00, 0.05, 0.36, 0.25. Web safe color of #bfb57a is #cccc66. Color #bfb57a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110101 01111010
Octal 277 265 172
Decimal 191 181 122
Hex BF B5 7A

RGB Percentages of Color #bfb57a

%38.66
%36.64
%24.70

CMYK Percentages of Color #bfb57a

%0
%5
%36
%25

Triadic Colors of #bfb57a

#bfb57a #7abfb5 #b57abf

Analogous Colors of #bfb57a

#bfb57a #a7bf7a #bf937a

Monochromatic Colors of #bfb57a

#bfb57a

Complementary Color

#bfb57a #7a84bf

#bfb57a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb57a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb57a Color CSS Codes

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

#bfb57a Text Font Color

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

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


#bfb57a Background Color

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

This div background color is #bfb57a


#bfb57a Border Color

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

This div border color is #bfb57a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb57a


Comments

No comments written yet.

Please login to write comment.