#B9A979

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

Shades of Ecru #B9A979

Tints of Ecru #B9A979

Color information

#B9A979 (or 0xB9A979) is unknown color: approx Ecru. HEX triplet: B9, A9 and 79. RGB value is (185,169,121). Sum of RGB (Red+Green+Blue) = 185+169+121=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 169 (66.41% from 255 or 35.58% from 475); Blue value is 121 (47.66% from 255 or 25.47% from 475); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A979 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A979 is #465686. Grayscale: #A8A8A8. Windows color (decimal): -4609671 or 7973305. OLE color: 7973305.

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

Color convert

RGB185169121-
CMYK00.090.350.27
HSL45º31.37%60%-
HSV(B)45º34.59%72.55%-
XYZ37.6540.0723.84-
YUV168.31101.3139.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.95%
GREEN value IS 169 (66.41% from 255) = 35.58%
BLUE value IS 121 (47.66% from 255) = 25.47%
R=38.95%
G=35.58%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516912100.090.350.274531.3760
HexB9A97909231B2d1f3c
Octal2712511710114333553774
Binary10111001101010011111001010011000111101110110111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A979; }

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

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

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

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

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

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

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

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