#BDB581

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

Shades of Ecru #BDB581

Tints of Ecru #BDB581

Color information

#BDB581 (or 0xBDB581) is unknown color: approx Ecru. HEX triplet: BD, B5 and 81. RGB value is (189,181,129). Sum of RGB (Red+Green+Blue) = 189+181+129=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 181 (71.09% from 255 or 36.27% from 499); Blue value is 129 (50.78% from 255 or 25.85% from 499); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB581 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB581 is #424A7E. Grayscale: #B1B1B1. Windows color (decimal): -4344447 or 8500669. OLE color: 8500669.

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

Color convert

RGB189181129-
CMYK00.040.320.26
HSL52º31.25%62.35%-
HSV(B)52º31.75%74.12%-
XYZ41.4745.4527.36-
YUV177.46100.65136.23-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.88%
GREEN value IS 181 (71.09% from 255) = 36.27%
BLUE value IS 129 (50.78% from 255) = 25.85%
R=37.88%
G=36.27%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918112900.040.320.265231.2562.35
HexBDB58104201A341f3e
Octal275265201044032643776
Binary10111101101101011000000101001000001101011010011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB581; }

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

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

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

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

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

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

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

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