#B9AB7A

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

Shades of Ecru #B9AB7A

Tints of Ecru #B9AB7A

Color information

#B9AB7A (or 0xB9AB7A) is unknown color: approx Ecru. HEX triplet: B9, AB and 7A. RGB value is (185,171,122). Sum of RGB (Red+Green+Blue) = 185+171+122=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 122 (48.05% from 255 or 25.52% from 478); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AB7A is #465485. Grayscale: #A9A9A9. Windows color (decimal): -4609158 or 8039353. OLE color: 8039353.

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

Color convert

RGB185171122-
CMYK00.080.340.27
HSL46.67º31.03%60.2%-
HSV(B)46.67º34.05%72.55%-
XYZ38.0840.8524.29-
YUV169.6101.14138.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.70%
GREEN value IS 171 (67.19% from 255) = 35.77%
BLUE value IS 122 (48.05% from 255) = 25.52%
R=38.70%
G=35.77%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517112200.080.340.2746.6731.0360.2
HexB9AB7A08221B2f1f3c
Octal2712531720104233573774
Binary10111001101010111111010010001000101101110111111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AB7A; }

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

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

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

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

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

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

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

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