#BDB582

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

Shades of Ecru #BDB582

Tints of Ecru #BDB582

Color information

#BDB582 (or 0xBDB582) is unknown color: approx Ecru. HEX triplet: BD, B5 and 82. RGB value is (189,181,130). Sum of RGB (Red+Green+Blue) = 189+181+130=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 181 (71.09% from 255 or 36.2% from 500); Blue value is 130 (51.17% from 255 or 26% from 500); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB582 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB582 is #424A7D. Grayscale: #B1B1B1. Windows color (decimal): -4344446 or 8566205. OLE color: 8566205.

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

Color convert

RGB189181130-
CMYK00.040.310.26
HSL51.86º30.89%62.55%-
HSV(B)51.86º31.22%74.12%-
XYZ41.5445.4827.71-
YUV177.58101.15136.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.8%
GREEN value IS 181 (71.09% from 255) = 36.2%
BLUE value IS 130 (51.17% from 255) = 26%
R=37.8%
G=36.2%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918113000.040.310.2651.8630.8962.55
HexBDB582041F1A341f3f
Octal275265202043732643777
Binary1011110110110101100000100100111111101011010011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB582; }

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

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

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

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

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

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

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

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