Shades of Chino #B5AD86
Tints of Chino #B5AD86
RGB
CMYK
RGB Variations
Color information
#B5AD86 (or 0xB5AD86) is known color: Chino. HEX triplet: B5, AD and 86. RGB value is (181,173,134). Sum of RGB (Red+Green+Blue) = 181+173+134=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 134 (52.73% from 255 or 27.46% from 488); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AD86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AD86 is #4A5279. Grayscale: #ABABAB. Windows color (decimal): -4870778 or 8826293. OLE color: 8826293.
HSL color Cylindrical-coordinate representation of color #B5AD86: hue angle of 49.79º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B5AD86 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 173 | 134 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.29 |
| HSL | 49.79º | 0.24% | 0.62% | - |
| HSV(B) | 49.79º | 0.26% | 0.71% | - |
| XYZ | 38.3 | 41.43 | 28.53 | - |
| YUV | 170.95 | 107.15 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 173 | 134 | 0 | 0.04 | 0.26 | 0.29 | 49.79 | 0.24 | 0.62 |
| Hex | B5 | AD | 86 | 0 | 4 | 1A | 1D | 32 | 18 | 3E |
| Octal | 265 | 255 | 206 | 0 | 4 | 32 | 35 | 62 | 30 | 76 |
| Binary | 10110101 | 10101101 | 10000110 | 0 | 100 | 11010 | 11101 | 110010 | 11000 | 111110 |
Color Harmonies of #B5AD86
Complementary color
Monochromatic Colors of #B5AD86
Black with #B5AD86
Text Example
Text Example
White with #B5AD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AD86; }
p { color: rgb(181,173,134); }
H1.HeaderClassName
{
color: #B5AD86;
}
.AnyTagClassName
{
color: #B5AD86;
}
</style>
background-color css
<style>
a { background-color: #B5AD86; }
a { background-color: rgb(181,173,134); }
div.DivClassName
{
background-color: #B5AD86;
}
.BgClassName
{
background-color: #B5AD86;
}
</style>
border-color css
<style>
span { border-color: #B5AD86; }
span { border-color: rgb(181,173,134); }
td.TdClassName
{
border-color: #B5AD86;
}
.TagClassName
{
border-color: #B5AD86;
}
</style>