#B9AB75

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

Shades of Ecru #B9AB75

Tints of Ecru #B9AB75

Color information

#B9AB75 (or 0xB9AB75) is unknown color: approx Ecru. HEX triplet: B9, AB and 75. RGB value is (185,171,117). Sum of RGB (Red+Green+Blue) = 185+171+117=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AB75 is #46548A. Grayscale: #A9A9A9. Windows color (decimal): -4609163 or 7711673. OLE color: 7711673.

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

Color convert

RGB185171117-
CMYK00.080.370.27
HSL47.65º32.69%59.22%-
HSV(B)47.65º36.76%72.55%-
XYZ37.7840.7222.7-
YUV169.0398.64139.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.11%
GREEN value IS 171 (67.19% from 255) = 36.15%
BLUE value IS 117 (46.09% from 255) = 24.74%
R=39.11%
G=36.15%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517111700.080.370.2747.6532.6959.22
HexB9AB7508251B30213b
Octal2712531650104533604173
Binary101110011010101111101010100010010111011110000100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AB75; }

 p { color: rgb(185,171,117); }

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

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

 a { background-color: rgb(185,171,117); }

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

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

 span { border-color: rgb(185,171,117); }

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