#B6AA8A

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

Shades of Chino #B6AA8A

Tints of Chino #B6AA8A

Color information

#B6AA8A (or 0xB6AA8A) is unknown color: approx Chino. HEX triplet: B6, AA and 8A. RGB value is (182,170,138). Sum of RGB (Red+Green+Blue) = 182+170+138=490 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.14% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AA8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AA8A is #495575. Grayscale: #AAAAAA. Windows color (decimal): -4806006 or 9087670. OLE color: 9087670.

HSL color Cylindrical-coordinate representation of color #B6AA8A: hue angle of 43.64º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6AA8A is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB182170138-
CMYK00.070.240.29
HSL43.64º23.16%62.75%-
HSV(B)43.64º24.18%71.37%-
XYZ38.2540.5329.85-
YUV169.94109.98136.6-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.14%
GREEN value IS 170 (66.80% from 255) = 34.69%
BLUE value IS 138 (54.30% from 255) = 28.16%
R=37.14%
G=34.69%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217013800.070.240.2943.6423.1662.75
HexB6AA8A07181D2c173f
Octal266252212073035542777
Binary1011011010101010100010100111110001110110110010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AA8A; }

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

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

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

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

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

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

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

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