#B9AB7C

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

Shades of Ecru #B9AB7C

Tints of Ecru #B9AB7C

Color information

#B9AB7C (or 0xB9AB7C) is unknown color: approx Ecru. HEX triplet: B9, AB and 7C. RGB value is (185,171,124). Sum of RGB (Red+Green+Blue) = 185+171+124=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 171 (67.19% from 255 or 35.62% from 480); Blue value is 124 (48.83% from 255 or 25.83% from 480); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AB7C is #465483. Grayscale: #AAAAAA. Windows color (decimal): -4609156 or 8170425. OLE color: 8170425.

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

Color convert

RGB185171124-
CMYK00.080.330.27
HSL46.23º30.35%60.59%-
HSV(B)46.23º32.97%72.55%-
XYZ38.2140.924.95-
YUV169.83102.14138.82-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.54%
GREEN value IS 171 (67.19% from 255) = 35.62%
BLUE value IS 124 (48.83% from 255) = 25.83%
R=38.54%
G=35.62%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517112400.080.330.2746.2330.3560.59
HexB9AB7C08211B2e1e3d
Octal2712531740104133563675
Binary10111001101010111111100010001000011101110111011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AB7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AB7C; }

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

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

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

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

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

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

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

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