#BDB580

Color #BDB580 Ecru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ecru #BDB580

Tints of Ecru #BDB580

Color information

#BDB580 (or 0xBDB580) is unknown color: approx Ecru. HEX triplet: BD, B5 and 80. RGB value is (189,181,128). Sum of RGB (Red+Green+Blue) = 189+181+128=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 181 (71.09% from 255 or 36.35% from 498); Blue value is 128 (50.39% from 255 or 25.70% from 498); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB580 is #424A7F. Grayscale: #B1B1B1. Windows color (decimal): -4344448 or 8435133. OLE color: 8435133.

HSL color Cylindrical-coordinate representation of color #BDB580: hue angle of 52.13º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDB580 is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB189181128-
CMYK00.040.320.26
HSL52.13º31.61%62.16%-
HSV(B)52.13º32.28%74.12%-
XYZ41.4145.4327.01-
YUV177.35100.15136.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 37.95%
GREEN value IS 181 (71.09% from 255) = 36.35%
BLUE value IS 128 (50.39% from 255) = 25.70%
R=37.95%
G=36.35%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918112800.040.320.2652.1331.6162.16
HexBDB58004201A34203e
Octal275265200044032644076
Binary101111011011010110000000010010000011010110100100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB580; }

 p { color: rgb(189,181,128); }

 H1.HeaderClassName
 {
   color: #BDB580;
 }
 .AnyTagClassName
 {
   color: #BDB580;
 }
</style>
background-color css

<style>
 a { background-color: #BDB580; }

 a { background-color: rgb(189,181,128); }

 div.DivClassName
 {
   background-color: #BDB580;
 }
 .BgClassName
 {
   background-color: #BDB580;
 }
</style>
border-color css

<style>
 span { border-color: #BDB580; }

 span { border-color: rgb(189,181,128); }

 td.TdClassName
 {
   border-color: #BDB580;
 }
 .TagClassName
 {
   border-color: #BDB580;
 }
</style>