#B1AA88

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

Shades of Chino #B1AA88

Tints of Chino #B1AA88

Color information

#B1AA88 (or 0xB1AA88) is unknown color: approx Chino. HEX triplet: B1, AA and 88. RGB value is (177,170,136). Sum of RGB (Red+Green+Blue) = 177+170+136=483 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.65% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 136 (53.52% from 255 or 28.16% from 483); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AA88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AA88 is #4E5577. Grayscale: #A8A8A8. Windows color (decimal): -5133688 or 8956593. OLE color: 8956593.

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

Color convert

RGB177170136-
CMYK00.040.230.31
HSL49.76º20.81%61.37%-
HSV(B)49.76º23.16%69.41%-
XYZ36.9539.8729.04-
YUV168.22109.82134.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.65%
GREEN value IS 170 (66.80% from 255) = 35.20%
BLUE value IS 136 (53.52% from 255) = 28.16%
R=36.65%
G=35.20%
B=28.16%

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
Decimal17717013600.040.230.3149.7620.8161.37
HexB1AA8804171F32153d
Octal261252210042737622575
Binary1011000110101010100010000100101111111111001010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AA88; }

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

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

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

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

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

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

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

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