#BDAF7D

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

Shades of Ecru #BDAF7D

Tints of Ecru #BDAF7D

Color information

#BDAF7D (or 0xBDAF7D) is unknown color: approx Ecru. HEX triplet: BD, AF and 7D. RGB value is (189,175,125). Sum of RGB (Red+Green+Blue) = 189+175+125=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 125 (49.22% from 255 or 25.56% from 489); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAF7D is #425082. Grayscale: #ADADAD. Windows color (decimal): -4345987 or 8236989. OLE color: 8236989.

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

Color convert

RGB189175125-
CMYK00.070.340.26
HSL46.88º32.65%61.57%-
HSV(B)46.88º33.86%74.12%-
XYZ40.0242.9625.58-
YUV173.49100.64139.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.65%
GREEN value IS 175 (68.75% from 255) = 35.79%
BLUE value IS 125 (49.22% from 255) = 25.56%
R=38.65%
G=35.79%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917512500.070.340.2646.8832.6561.57
HexBDAF7D07221A2f213e
Octal275257175074232574176
Binary10111101101011111111101011110001011010101111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAF7D; }

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

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

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

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

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

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

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

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