#BDAB73

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

Shades of Ecru #BDAB73

Tints of Ecru #BDAB73

Color information

#BDAB73 (or 0xBDAB73) is unknown color: approx Ecru. HEX triplet: BD, AB and 73. RGB value is (189,171,115). Sum of RGB (Red+Green+Blue) = 189+171+115=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 115 (45.31% from 255 or 24.21% from 475); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAB73 is #42548C. Grayscale: #AAAAAA. Windows color (decimal): -4347021 or 7580605. OLE color: 7580605.

HSL color Cylindrical-coordinate representation of color #BDAB73: hue angle of 45.41º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDAB73 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB189171115-
CMYK00.100.390.26
HSL45.41º35.92%59.61%-
HSV(B)45.41º39.15%74.12%-
XYZ38.6441.1822.13-
YUV17096.96141.55-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.79%
GREEN value IS 171 (67.19% from 255) = 36%
BLUE value IS 115 (45.31% from 255) = 24.21%
R=39.79%
G=36%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917111500.100.390.2645.4135.9259.61
HexBDAB730A271A2d243c
Octal2752531630124732554474
Binary101111011010101111100110101010011111010101101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAB73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAB73; }

 p { color: rgb(189,171,115); }

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

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

 a { background-color: rgb(189,171,115); }

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

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

 span { border-color: rgb(189,171,115); }

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