Shades of Chino #B8AF86
Tints of Chino #B8AF86
RGB
CMYK
RGB Variations
Color information
#B8AF86 (or 0xB8AF86) is known color: Chino. HEX triplet: B8, AF and 86. RGB value is (184,175,134). Sum of RGB (Red+Green+Blue) = 184+175+134=493 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.32% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 134 (52.73% from 255 or 27.18% from 493); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AF86 is #475079. Grayscale: #ADADAD. Windows color (decimal): -4673658 or 8826808. OLE color: 8826808.
HSL color Cylindrical-coordinate representation of color #B8AF86: hue angle of 49.2º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8AF86 is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 175 | 134 | - |
| CMYK | 0 | 0.05 | 0.27 | 0.28 |
| HSL | 49.2º | 0.26% | 0.62% | - |
| HSV(B) | 49.2º | 0.27% | 0.72% | - |
| XYZ | 39.4 | 42.57 | 28.69 | - |
| YUV | 173.02 | 105.98 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 175 | 134 | 0 | 0.05 | 0.27 | 0.28 | 49.2 | 0.26 | 0.62 |
| Hex | B8 | AF | 86 | 0 | 5 | 1B | 1C | 31 | 1A | 3E |
| Octal | 270 | 257 | 206 | 0 | 5 | 33 | 34 | 61 | 32 | 76 |
| Binary | 10111000 | 10101111 | 10000110 | 0 | 101 | 11011 | 11100 | 110001 | 11010 | 111110 |
Color Harmonies of #B8AF86
Complementary color
Monochromatic Colors of #B8AF86
Black with #B8AF86
Text Example
Text Example
White with #B8AF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AF86; }
p { color: rgb(184,175,134); }
H1.HeaderClassName
{
color: #B8AF86;
}
.AnyTagClassName
{
color: #B8AF86;
}
</style>
background-color css
<style>
a { background-color: #B8AF86; }
a { background-color: rgb(184,175,134); }
div.DivClassName
{
background-color: #B8AF86;
}
.BgClassName
{
background-color: #B8AF86;
}
</style>
border-color css
<style>
span { border-color: #B8AF86; }
span { border-color: rgb(184,175,134); }
td.TdClassName
{
border-color: #B8AF86;
}
.TagClassName
{
border-color: #B8AF86;
}
</style>