Shades of Chino #B3AD86
Tints of Chino #B3AD86
RGB
CMYK
RGB Variations
Color information
#B3AD86 (or 0xB3AD86) is known color: Chino. HEX triplet: B3, AD and 86. RGB value is (179,173,134). Sum of RGB (Red+Green+Blue) = 179+173+134=486 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.83% from 486); Green value is 173 (67.97% from 255 or 35.60% from 486); Blue value is 134 (52.73% from 255 or 27.57% from 486); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AD86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AD86 is #4C5279. Grayscale: #AAAAAA. Windows color (decimal): -5001850 or 8826291. OLE color: 8826291.
HSL color Cylindrical-coordinate representation of color #B3AD86: hue angle of 52º 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 #B3AD86 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 173 | 134 | - |
| CMYK | 0 | 0.03 | 0.25 | 0.30 |
| HSL | 52º | 0.23% | 0.61% | - |
| HSV(B) | 52º | 0.25% | 0.7% | - |
| XYZ | 37.84 | 41.19 | 28.51 | - |
| YUV | 170.35 | 107.49 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 173 | 134 | 0 | 0.03 | 0.25 | 0.30 | 52 | 0.23 | 0.61 |
| Hex | B3 | AD | 86 | 0 | 3 | 19 | 1E | 34 | 17 | 3D |
| Octal | 263 | 255 | 206 | 0 | 3 | 31 | 36 | 64 | 27 | 75 |
| Binary | 10110011 | 10101101 | 10000110 | 0 | 11 | 11001 | 11110 | 110100 | 10111 | 111101 |
Color Harmonies of #B3AD86
Complementary color
Monochromatic Colors of #B3AD86
Black with #B3AD86
Text Example
Text Example
White with #B3AD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AD86; }
p { color: rgb(179,173,134); }
H1.HeaderClassName
{
color: #B3AD86;
}
.AnyTagClassName
{
color: #B3AD86;
}
</style>
background-color css
<style>
a { background-color: #B3AD86; }
a { background-color: rgb(179,173,134); }
div.DivClassName
{
background-color: #B3AD86;
}
.BgClassName
{
background-color: #B3AD86;
}
</style>
border-color css
<style>
span { border-color: #B3AD86; }
span { border-color: rgb(179,173,134); }
td.TdClassName
{
border-color: #B3AD86;
}
.TagClassName
{
border-color: #B3AD86;
}
</style>