#bdaf73

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

Shades of Ecru #BDAF73

Tints of Ecru #BDAF73

Color information

#BDAF73 (or 0xBDAF73) is unknown color: approx Ecru. HEX triplet: BD, AF and 73. RGB value is (189,175,115). Sum of RGB (Red+Green+Blue) = 189+175+115=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 115 (45.31% from 255 or 24.01% from 479); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAF73 is #42508C. Grayscale: #ACACAC. Windows color (decimal): -4345997 or 7581629. OLE color: 7581629.

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

Color convert

RGB189175115-
CMYK00.070.390.26
HSL48.65º35.92%59.61%-
HSV(B)48.65º39.15%74.12%-
XYZ39.4142.7222.39-
YUV172.3595.64139.88-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.46%
GREEN value IS 175 (68.75% from 255) = 36.53%
BLUE value IS 115 (45.31% from 255) = 24.01%
R=39.46%
G=36.53%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917511500.070.390.2648.6535.9259.61
HexBDAF7307271A31243c
Octal275257163074732614474
Binary10111101101011111110011011110011111010110001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bdaf73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bdaf73; }

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

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

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

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

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

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

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

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