#BDB384

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

Shades of Ecru #BDB384

Tints of Ecru #BDB384

Color information

#BDB384 (or 0xBDB384) is unknown color: approx Ecru. HEX triplet: BD, B3 and 84. RGB value is (189,179,132). Sum of RGB (Red+Green+Blue) = 189+179+132=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 179 (70.31% from 255 or 35.8% from 500); Blue value is 132 (51.95% from 255 or 26.4% from 500); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB384 is #424C7B. Grayscale: #B0B0B0. Windows color (decimal): -4344956 or 8696765. OLE color: 8696765.

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

Color convert

RGB189179132-
CMYK00.050.300.26
HSL49.47º30.16%62.94%-
HSV(B)49.47º30.16%74.12%-
XYZ41.2744.7228.29-
YUV176.63102.81136.82-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.8%
GREEN value IS 179 (70.31% from 255) = 35.8%
BLUE value IS 132 (51.95% from 255) = 26.4%
R=37.8%
G=35.8%
B=26.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917913200.050.300.2649.4730.1662.94
HexBDB384051E1A311e3f
Octal275263204053632613677
Binary1011110110110011100001000101111101101011000111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB384; }

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

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

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

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

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

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

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

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