#BDB182

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

Shades of Ecru #BDB182

Tints of Ecru #BDB182

Color information

#BDB182 (or 0xBDB182) is unknown color: approx Ecru. HEX triplet: BD, B1 and 82. RGB value is (189,177,130). Sum of RGB (Red+Green+Blue) = 189+177+130=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 177 (69.53% from 255 or 35.69% from 496); Blue value is 130 (51.17% from 255 or 26.21% from 496); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB182 is #424E7D. Grayscale: #AFAFAF. Windows color (decimal): -4345470 or 8565181. OLE color: 8565181.

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

Color convert

RGB189177130-
CMYK00.060.310.26
HSL47.8º30.89%62.55%-
HSV(B)47.8º31.22%74.12%-
XYZ40.7443.8727.44-
YUV175.23102.48137.82-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.10%
GREEN value IS 177 (69.53% from 255) = 35.69%
BLUE value IS 130 (51.17% from 255) = 26.21%
R=38.10%
G=35.69%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917713000.060.310.2647.830.8962.55
HexBDB182061F1A301f3f
Octal275261202063732603777
Binary1011110110110001100000100110111111101011000011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB182; }

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

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

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

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

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

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

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

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