#B2AB86

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

Shades of Chino #B2AB86

Tints of Chino #B2AB86

Color information

#B2AB86 (or 0xB2AB86) is unknown color: approx Chino. HEX triplet: B2, AB and 86. RGB value is (178,171,134). Sum of RGB (Red+Green+Blue) = 178+171+134=483 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.85% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 134 (52.73% from 255 or 27.74% from 483); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AB86 is #4D5479. Grayscale: #A9A9A9. Windows color (decimal): -5067898 or 8825778. OLE color: 8825778.

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

Color convert

RGB178171134-
CMYK00.040.250.30
HSL50.45º22.22%61.18%-
HSV(B)50.45º24.72%69.8%-
XYZ37.2340.3128.37-
YUV168.88108.32134.51-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.85%
GREEN value IS 171 (67.19% from 255) = 35.40%
BLUE value IS 134 (52.73% from 255) = 27.74%
R=36.85%
G=35.40%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817113400.040.250.3050.4522.2261.18
HexB2AB8604191E32163d
Octal262253206043136622675
Binary1011001010101011100001100100110011111011001010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AB86; }

 p { color: rgb(178,171,134); }

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

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

 a { background-color: rgb(178,171,134); }

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

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

 span { border-color: rgb(178,171,134); }

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