#BDAF80

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

Shades of Ecru #BDAF80

Tints of Ecru #BDAF80

Color information

#BDAF80 (or 0xBDAF80) is unknown color: approx Ecru. HEX triplet: BD, AF and 80. RGB value is (189,175,128). Sum of RGB (Red+Green+Blue) = 189+175+128=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 128 (50.39% from 255 or 26.02% from 492); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAF80 is #42507F. Grayscale: #AEAEAE. Windows color (decimal): -4345984 or 8433597. OLE color: 8433597.

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

Color convert

RGB189175128-
CMYK00.070.320.26
HSL46.23º31.61%62.16%-
HSV(B)46.23º32.28%74.12%-
XYZ40.2143.0426.61-
YUV173.83102.14138.82-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.41%
GREEN value IS 175 (68.75% from 255) = 35.57%
BLUE value IS 128 (50.39% from 255) = 26.02%
R=38.41%
G=35.57%
B=26.02%

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
Decimal18917512800.070.320.2646.2331.6162.16
HexBDAF8007201A2e203e
Octal275257200074032564076
Binary101111011010111110000000011110000011010101110100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAF80; }

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

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

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

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

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

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

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

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