#BDAF81

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

Shades of Ecru #BDAF81

Tints of Ecru #BDAF81

Color information

#BDAF81 (or 0xBDAF81) is unknown color: approx Ecru. HEX triplet: BD, AF and 81. RGB value is (189,175,129). Sum of RGB (Red+Green+Blue) = 189+175+129=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 129 (50.78% from 255 or 26.17% from 493); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAF81 is #42507E. Grayscale: #AEAEAE. Windows color (decimal): -4345983 or 8499133. OLE color: 8499133.

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

Color convert

RGB189175129-
CMYK00.070.320.26
HSL46º31.25%62.35%-
HSV(B)46º31.75%74.12%-
XYZ40.2843.0626.96-
YUV173.94102.64138.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.34%
GREEN value IS 175 (68.75% from 255) = 35.50%
BLUE value IS 129 (50.78% from 255) = 26.17%
R=38.34%
G=35.50%
B=26.17%

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
Decimal18917512900.070.320.264631.2562.35
HexBDAF8107201A2e1f3e
Octal275257201074032563776
Binary10111101101011111000000101111000001101010111011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAF81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAF81; }

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

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

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

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

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

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

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

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