#BDB385

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

Shades of Ecru #BDB385

Tints of Ecru #BDB385

Color information

#BDB385 (or 0xBDB385) is unknown color: approx Ecru. HEX triplet: BD, B3 and 85. RGB value is (189,179,133). Sum of RGB (Red+Green+Blue) = 189+179+133=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 179 (70.31% from 255 or 35.73% from 501); Blue value is 133 (52.34% from 255 or 26.55% from 501); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB385 is #424C7A. Grayscale: #B0B0B0. Windows color (decimal): -4344955 or 8762301. OLE color: 8762301.

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

Color convert

RGB189179133-
CMYK00.050.300.26
HSL49.29º29.79%63.14%-
HSV(B)49.29º29.63%74.12%-
XYZ41.3444.7528.65-
YUV176.75103.31136.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.72%
GREEN value IS 179 (70.31% from 255) = 35.73%
BLUE value IS 133 (52.34% from 255) = 26.55%
R=37.72%
G=35.73%
B=26.55%

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
Decimal18917913300.050.300.2649.2929.7963.14
HexBDB385051E1A311e3f
Octal275263205053632613677
Binary1011110110110011100001010101111101101011000111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB385; }

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

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

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

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

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

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

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

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