#B9A973

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

Shades of Ecru #B9A973

Tints of Ecru #B9A973

Color information

#B9A973 (or 0xB9A973) is unknown color: approx Ecru. HEX triplet: B9, A9 and 73. RGB value is (185,169,115). Sum of RGB (Red+Green+Blue) = 185+169+115=469 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.45% from 469); Green value is 169 (66.41% from 255 or 36.03% from 469); Blue value is 115 (45.31% from 255 or 24.52% from 469); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A973 is #46568C. Grayscale: #A7A7A7. Windows color (decimal): -4609677 or 7580089. OLE color: 7580089.

HSL color Cylindrical-coordinate representation of color #B9A973: hue angle of 46.29º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B9A973 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB185169115-
CMYK00.090.380.27
HSL46.29º33.33%58.82%-
HSV(B)46.29º37.84%72.55%-
XYZ37.2939.9321.96-
YUV167.6398.3140.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.45%
GREEN value IS 169 (66.41% from 255) = 36.03%
BLUE value IS 115 (45.31% from 255) = 24.52%
R=39.45%
G=36.03%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516911500.090.380.2746.2933.3358.82
HexB9A97309261B2e213b
Octal2712511630114633564173
Binary101110011010100111100110100110011011011101110100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A973; }

 p { color: rgb(185,169,115); }

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

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

 a { background-color: rgb(185,169,115); }

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

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

 span { border-color: rgb(185,169,115); }

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