#B9AF80

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

Shades of Ecru #B9AF80

Tints of Ecru #B9AF80

Color information

#B9AF80 (or 0xB9AF80) is unknown color: approx Ecru. HEX triplet: B9, AF and 80. RGB value is (185,175,128). Sum of RGB (Red+Green+Blue) = 185+175+128=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AF80 is #46507F. Grayscale: #ACACAC. Windows color (decimal): -4608128 or 8433593. OLE color: 8433593.

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

Color convert

RGB185175128-
CMYK00.050.310.27
HSL49.47º28.93%61.37%-
HSV(B)49.47º30.81%72.55%-
XYZ39.2342.5326.56-
YUV172.63102.81136.82-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.91%
GREEN value IS 175 (68.75% from 255) = 35.86%
BLUE value IS 128 (50.39% from 255) = 26.23%
R=37.91%
G=35.86%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517512800.050.310.2749.4728.9361.37
HexB9AF80051F1B311d3d
Octal271257200053733613575
Binary1011100110101111100000000101111111101111000111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AF80; }

 p { color: rgb(185,175,128); }

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

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

 a { background-color: rgb(185,175,128); }

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

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

 span { border-color: rgb(185,175,128); }

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