#B1AA89

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

Shades of Chino #B1AA89

Tints of Chino #B1AA89

Color information

#B1AA89 (or 0xB1AA89) is unknown color: approx Chino. HEX triplet: B1, AA and 89. RGB value is (177,170,137). Sum of RGB (Red+Green+Blue) = 177+170+137=484 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.57% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 137 (53.91% from 255 or 28.31% from 484); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AA89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AA89 is #4E5576. Grayscale: #A8A8A8. Windows color (decimal): -5133687 or 9022129. OLE color: 9022129.

HSL color Cylindrical-coordinate representation of color #B1AA89: hue angle of 49.5º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B1AA89 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB177170137-
CMYK00.040.230.31
HSL49.5º20.41%61.57%-
HSV(B)49.5º22.6%69.41%-
XYZ37.0239.929.42-
YUV168.33110.32134.18-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.57%
GREEN value IS 170 (66.80% from 255) = 35.12%
BLUE value IS 137 (53.91% from 255) = 28.31%
R=36.57%
G=35.12%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717013700.040.230.3149.520.4161.57
HexB1AA8904171F32143e
Octal261252211042737622476
Binary1011000110101010100010010100101111111111001010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AA89; }

 p { color: rgb(177,170,137); }

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

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

 a { background-color: rgb(177,170,137); }

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

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

 span { border-color: rgb(177,170,137); }

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