#BDB080

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

Shades of Ecru #BDB080

Tints of Ecru #BDB080

Color information

#BDB080 (or 0xBDB080) is unknown color: approx Ecru. HEX triplet: BD, B0 and 80. RGB value is (189,176,128). Sum of RGB (Red+Green+Blue) = 189+176+128=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 176 (69.14% from 255 or 35.70% from 493); Blue value is 128 (50.39% from 255 or 25.96% from 493); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB080 is #424F7F. Grayscale: #AEAEAE. Windows color (decimal): -4345728 or 8433853. OLE color: 8433853.

HSL color Cylindrical-coordinate representation of color #BDB080: hue angle of 47.21º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDB080 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB189176128-
CMYK00.070.320.26
HSL47.21º31.61%62.16%-
HSV(B)47.21º32.28%74.12%-
XYZ40.4143.4326.67-
YUV174.42101.81138.4-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.34%
GREEN value IS 176 (69.14% from 255) = 35.70%
BLUE value IS 128 (50.39% from 255) = 25.96%
R=38.34%
G=35.70%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917612800.070.320.2647.2131.6162.16
HexBDB08007201A2f203e
Octal275260200074032574076
Binary101111011011000010000000011110000011010101111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB080; }

 p { color: rgb(189,176,128); }

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

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

 a { background-color: rgb(189,176,128); }

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

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

 span { border-color: rgb(189,176,128); }

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