#BDB382

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

Shades of Ecru #BDB382

Tints of Ecru #BDB382

Color information

#BDB382 (or 0xBDB382) is unknown color: approx Ecru. HEX triplet: BD, B3 and 82. RGB value is (189,179,130). Sum of RGB (Red+Green+Blue) = 189+179+130=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 179 (70.31% from 255 or 35.94% from 498); Blue value is 130 (51.17% from 255 or 26.10% from 498); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB382 is #424C7D. Grayscale: #B0B0B0. Windows color (decimal): -4344958 or 8565693. OLE color: 8565693.

HSL color Cylindrical-coordinate representation of color #BDB382: hue angle of 49.83º 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 #BDB382 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB189179130-
CMYK00.050.310.26
HSL49.83º30.89%62.55%-
HSV(B)49.83º31.22%74.12%-
XYZ41.1444.6727.57-
YUV176.4101.81136.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.95%
GREEN value IS 179 (70.31% from 255) = 35.94%
BLUE value IS 130 (51.17% from 255) = 26.10%
R=37.95%
G=35.94%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917913000.050.310.2649.8330.8962.55
HexBDB382051F1A321f3f
Octal275263202053732623777
Binary1011110110110011100000100101111111101011001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB382; }

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

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

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

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

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

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

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

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