#B3AA87

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

Shades of Chino #B3AA87

Tints of Chino #B3AA87

Color information

#B3AA87 (or 0xB3AA87) is unknown color: approx Chino. HEX triplet: B3, AA and 87. RGB value is (179,170,135). Sum of RGB (Red+Green+Blue) = 179+170+135=484 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.98% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 135 (53.12% from 255 or 27.89% from 484); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AA87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AA87 is #4C5578. Grayscale: #A8A8A8. Windows color (decimal): -5002617 or 8891059. OLE color: 8891059.

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

Color convert

RGB179170135-
CMYK00.050.250.30
HSL47.73º22.45%61.57%-
HSV(B)47.73º24.58%70.2%-
XYZ37.3440.0828.69-
YUV168.7108.98135.35-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.98%
GREEN value IS 170 (66.80% from 255) = 35.12%
BLUE value IS 135 (53.12% from 255) = 27.89%
R=36.98%
G=35.12%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917013500.050.250.3047.7322.4561.57
HexB3AA8705191E30163e
Octal263252207053136602676
Binary1011001110101010100001110101110011111011000010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AA87; }

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

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

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

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

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

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

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

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