#BDB081

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

Shades of Ecru #BDB081

Tints of Ecru #BDB081

Color information

#BDB081 (or 0xBDB081) is unknown color: approx Ecru. HEX triplet: BD, B0 and 81. RGB value is (189,176,129). Sum of RGB (Red+Green+Blue) = 189+176+129=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 129 (50.78% from 255 or 26.11% from 494); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB081 is #424F7E. Grayscale: #AEAEAE. Windows color (decimal): -4345727 or 8499389. OLE color: 8499389.

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

Color convert

RGB189176129-
CMYK00.070.320.26
HSL47º31.25%62.35%-
HSV(B)47º31.75%74.12%-
XYZ40.4743.4527.02-
YUV174.53102.31138.32-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.26%
GREEN value IS 176 (69.14% from 255) = 35.63%
BLUE value IS 129 (50.78% from 255) = 26.11%
R=38.26%
G=35.63%
B=26.11%

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
Decimal18917612900.070.320.264731.2562.35
HexBDB08107201A2f1f3e
Octal275260201074032573776
Binary10111101101100001000000101111000001101010111111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB081; }

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

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

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

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

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

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

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

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