#BDAB71

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

Shades of Ecru #BDAB71

Tints of Ecru #BDAB71

Color information

#BDAB71 (or 0xBDAB71) is unknown color: approx Ecru. HEX triplet: BD, AB and 71. RGB value is (189,171,113). Sum of RGB (Red+Green+Blue) = 189+171+113=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 113 (44.53% from 255 or 23.89% from 473); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAB71 is #42548E. Grayscale: #AAAAAA. Windows color (decimal): -4347023 or 7449533. OLE color: 7449533.

HSL color Cylindrical-coordinate representation of color #BDAB71: hue angle of 45.79º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDAB71 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB189171113-
CMYK00.100.400.26
HSL45.79º36.54%59.22%-
HSV(B)45.79º40.21%74.12%-
XYZ38.5341.1421.53-
YUV169.7795.96141.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.96%
GREEN value IS 171 (67.19% from 255) = 36.15%
BLUE value IS 113 (44.53% from 255) = 23.89%
R=39.96%
G=36.15%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917111300.100.400.2645.7936.5459.22
HexBDAB710A281A2e253b
Octal2752531610125032564573
Binary101111011010101111100010101010100011010101110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAB71; }

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

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

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

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

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

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

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

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