#B2AA8A

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

Shades of Chino #B2AA8A

Tints of Chino #B2AA8A

Color information

#B2AA8A (or 0xB2AA8A) is unknown color: approx Chino. HEX triplet: B2, AA and 8A. RGB value is (178,170,138). Sum of RGB (Red+Green+Blue) = 178+170+138=486 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.63% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 138 (54.30% from 255 or 28.40% from 486); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AA8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AA8A is #4D5575. Grayscale: #A8A8A8. Windows color (decimal): -5068150 or 9087666. OLE color: 9087666.

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

Color convert

RGB178170138-
CMYK00.040.220.30
HSL48º20.62%61.96%-
HSV(B)48º22.47%69.8%-
XYZ37.3240.0529.81-
YUV168.74110.65134.6-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.63%
GREEN value IS 170 (66.80% from 255) = 34.98%
BLUE value IS 138 (54.30% from 255) = 28.40%
R=36.63%
G=34.98%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817013800.040.220.304820.6261.96
HexB2AA8A04161E30153e
Octal262252212042636602576
Binary1011001010101010100010100100101101111011000010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AA8A; }

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

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

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

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

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

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

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

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