#B9A773

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

Shades of Ecru #B9A773

Tints of Ecru #B9A773

Color information

#B9A773 (or 0xB9A773) is unknown color: approx Ecru. HEX triplet: B9, A7 and 73. RGB value is (185,167,115). Sum of RGB (Red+Green+Blue) = 185+167+115=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 167 (65.62% from 255 or 35.76% from 467); Blue value is 115 (45.31% from 255 or 24.63% from 467); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A773 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A773 is #46588C. Grayscale: #A6A6A6. Windows color (decimal): -4610189 or 7579577. OLE color: 7579577.

HSL color Cylindrical-coordinate representation of color #B9A773: hue angle of 44.57º 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 #B9A773 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB185167115-
CMYK00.100.380.27
HSL44.57º33.33%58.82%-
HSV(B)44.57º37.84%72.55%-
XYZ36.9239.1921.84-
YUV166.4598.96141.23-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.61%
GREEN value IS 167 (65.62% from 255) = 35.76%
BLUE value IS 115 (45.31% from 255) = 24.63%
R=39.61%
G=35.76%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516711500.100.380.2744.5733.3358.82
HexB9A7730A261B2d213b
Octal2712471630124633554173
Binary101110011010011111100110101010011011011101101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A773; }

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

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

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

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

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

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

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

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