Shades of Chino #B3AA86
Tints of Chino #B3AA86
RGB
CMYK
RGB Variations
Color information
#B3AA86 (or 0xB3AA86) is known color: Chino. HEX triplet: B3, AA and 86. RGB value is (179,170,134). Sum of RGB (Red+Green+Blue) = 179+170+134=483 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.06% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 134 (52.73% from 255 or 27.74% from 483); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AA86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AA86 is #4C5579. Grayscale: #A8A8A8. Windows color (decimal): -5002618 or 8825523. OLE color: 8825523.
HSL color Cylindrical-coordinate representation of color #B3AA86: hue angle of 48º degrees, saturation: 0.23, 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 #B3AA86 is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 170 | 134 | - |
| CMYK | 0 | 0.05 | 0.25 | 0.30 |
| HSL | 48º | 0.23% | 0.61% | - |
| HSV(B) | 48º | 0.25% | 0.7% | - |
| XYZ | 37.27 | 40.05 | 28.32 | - |
| YUV | 168.59 | 108.48 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 170 | 134 | 0 | 0.05 | 0.25 | 0.30 | 48 | 0.23 | 0.61 |
| Hex | B3 | AA | 86 | 0 | 5 | 19 | 1E | 30 | 17 | 3D |
| Octal | 263 | 252 | 206 | 0 | 5 | 31 | 36 | 60 | 27 | 75 |
| Binary | 10110011 | 10101010 | 10000110 | 0 | 101 | 11001 | 11110 | 110000 | 10111 | 111101 |
Color Harmonies of #B3AA86
Complementary color
Monochromatic Colors of #B3AA86
Black with #B3AA86
Text Example
Text Example
White with #B3AA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AA86; }
p { color: rgb(179,170,134); }
H1.HeaderClassName
{
color: #B3AA86;
}
.AnyTagClassName
{
color: #B3AA86;
}
</style>
background-color css
<style>
a { background-color: #B3AA86; }
a { background-color: rgb(179,170,134); }
div.DivClassName
{
background-color: #B3AA86;
}
.BgClassName
{
background-color: #B3AA86;
}
</style>
border-color css
<style>
span { border-color: #B3AA86; }
span { border-color: rgb(179,170,134); }
td.TdClassName
{
border-color: #B3AA86;
}
.TagClassName
{
border-color: #B3AA86;
}
</style>