#B2AA88

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

Shades of Chino #B2AA88

Tints of Chino #B2AA88

Color information

#B2AA88 (or 0xB2AA88) is unknown color: approx Chino. HEX triplet: B2, AA and 88. RGB value is (178,170,136). Sum of RGB (Red+Green+Blue) = 178+170+136=484 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.78% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 136 (53.52% from 255 or 28.10% from 484); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AA88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AA88 is #4D5577. Grayscale: #A8A8A8. Windows color (decimal): -5068152 or 8956594. OLE color: 8956594.

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

Color convert

RGB178170136-
CMYK00.040.240.30
HSL48.57º21.43%61.57%-
HSV(B)48.57º23.6%69.8%-
XYZ37.1839.9929.05-
YUV168.52109.65134.76-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.78%
GREEN value IS 170 (66.80% from 255) = 35.12%
BLUE value IS 136 (53.52% from 255) = 28.10%
R=36.78%
G=35.12%
B=28.10%

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
Decimal17817013600.040.240.3048.5721.4361.57
HexB2AA8804181E31153e
Octal262252210043036612576
Binary1011001010101010100010000100110001111011000110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AA88; }

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

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

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

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

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

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

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

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