#b2aa87

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

Shades of Chino #B2AA87

Tints of Chino #B2AA87

Color information

#B2AA87 (or 0xB2AA87) is unknown color: approx Chino. HEX triplet: B2, AA and 87. RGB value is (178,170,135). Sum of RGB (Red+Green+Blue) = 178+170+135=483 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.85% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 135 (53.12% from 255 or 27.95% from 483); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AA87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AA87 is #4D5578. Grayscale: #A8A8A8. Windows color (decimal): -5068153 or 8891058. OLE color: 8891058.

HSL color Cylindrical-coordinate representation of color #B2AA87: hue angle of 48.84º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2AA87 is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB178170135-
CMYK00.040.240.30
HSL48.84º21.83%61.37%-
HSV(B)48.84º24.16%69.8%-
XYZ37.1139.9628.68-
YUV168.4109.15134.85-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.85%
GREEN value IS 170 (66.80% from 255) = 35.20%
BLUE value IS 135 (53.12% from 255) = 27.95%
R=36.85%
G=35.20%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817013500.040.240.3048.8421.8361.37
HexB2AA8704181E31163d
Octal262252207043036612675
Binary1011001010101010100001110100110001111011000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2aa87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2aa87; }

 p { color: rgb(178,170,135); }

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

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

 a { background-color: rgb(178,170,135); }

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

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

 span { border-color: rgb(178,170,135); }

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