#BDAF84

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

Shades of Ecru #BDAF84

Tints of Ecru #BDAF84

Color information

#BDAF84 (or 0xBDAF84) is unknown color: approx Ecru. HEX triplet: BD, AF and 84. RGB value is (189,175,132). Sum of RGB (Red+Green+Blue) = 189+175+132=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 132 (51.95% from 255 or 26.61% from 496); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAF84 is #42507B. Grayscale: #AEAEAE. Windows color (decimal): -4345980 or 8695741. OLE color: 8695741.

HSL color Cylindrical-coordinate representation of color #BDAF84: hue angle of 45.26º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDAF84 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB189175132-
CMYK00.070.300.26
HSL45.26º30.16%62.94%-
HSV(B)45.26º30.16%74.12%-
XYZ40.4843.1428.02-
YUV174.28104.14138.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.10%
GREEN value IS 175 (68.75% from 255) = 35.28%
BLUE value IS 132 (51.95% from 255) = 26.61%
R=38.10%
G=35.28%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917513200.070.300.2645.2630.1662.94
HexBDAF84071E1A2d1e3f
Octal275257204073632553677
Binary1011110110101111100001000111111101101010110111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAF84; }

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

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

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

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

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

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

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

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