#BDB284

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

Shades of Ecru #BDB284

Tints of Ecru #BDB284

Color information

#BDB284 (or 0xBDB284) is unknown color: approx Ecru. HEX triplet: BD, B2 and 84. RGB value is (189,178,132). Sum of RGB (Red+Green+Blue) = 189+178+132=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 178 (69.92% from 255 or 35.67% from 499); Blue value is 132 (51.95% from 255 or 26.45% from 499); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB284 is #424D7B. Grayscale: #B0B0B0. Windows color (decimal): -4345212 or 8696509. OLE color: 8696509.

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

Color convert

RGB189178132-
CMYK00.060.300.26
HSL48.42º30.16%62.94%-
HSV(B)48.42º30.16%74.12%-
XYZ41.0744.3328.22-
YUV176.04103.14137.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.88%
GREEN value IS 178 (69.92% from 255) = 35.67%
BLUE value IS 132 (51.95% from 255) = 26.45%
R=37.88%
G=35.67%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917813200.060.300.2648.4230.1662.94
HexBDB284061E1A301e3f
Octal275262204063632603677
Binary1011110110110010100001000110111101101011000011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB284; }

 p { color: rgb(189,178,132); }

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

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

 a { background-color: rgb(189,178,132); }

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

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

 span { border-color: rgb(189,178,132); }

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