Color Hex Logo

#bfb580 Color Hex

#BFB580
(191,181,128)
0 Favorites   0 Comments

Color spaces of #bfb580

RGB 191181128
HSL0.140.330.63
HSV50°33°75°
CMYK 0.000.050.33   0.25
XYZ41.906045.682627.0310
Yxy45.68260.36560.3986
Hunter Lab67.5889-7.608323.6002
CIE-Lab73.3391-4.528728.3343

#bfb580 color RGB value is (191,181,128).

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

The process color (four color CMYK) of #bfb580 color hex is 0.00, 0.05, 0.33, 0.25. Web safe color of #bfb580 is #cccc99. Color #bfb580 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110101 10000000
Octal 277 265 200
Decimal 191 181 128
Hex BF B5 80

RGB Percentages of Color #bfb580

%38.20
%36.20
%25.60

CMYK Percentages of Color #bfb580

%0
%5
%33
%25

Triadic Colors of #bfb580

#bfb580 #80bfb5 #b580bf

Analogous Colors of #bfb580

#bfb580 #aabf80 #bf9680

Monochromatic Colors of #bfb580

#bfb580

Complementary Color

#bfb580 #808abf

#bfb580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb580 Color CSS Codes

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

#bfb580 Text Font Color

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

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


#bfb580 Background Color

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

This div background color is #bfb580


#bfb580 Border Color

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

This div border color is #bfb580


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb580


Comments

No comments written yet.

Please login to write comment.