Shades of Chino #B7AF86
Tints of Chino #B7AF86
RGB
CMYK
RGB Variations
Color information
#B7AF86 (or 0xB7AF86) is known color: Chino. HEX triplet: B7, AF and 86. RGB value is (183,175,134). Sum of RGB (Red+Green+Blue) = 183+175+134=492 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.20% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 134 (52.73% from 255 or 27.24% from 492); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AF86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AF86 is #485079. Grayscale: #ACACAC. Windows color (decimal): -4739194 or 8826807. OLE color: 8826807.
HSL color Cylindrical-coordinate representation of color #B7AF86: hue angle of 50.2º degrees, saturation: 0.25, 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 #B7AF86 is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 175 | 134 | - |
| CMYK | 0 | 0.04 | 0.27 | 0.28 |
| HSL | 50.2º | 0.25% | 0.62% | - |
| HSV(B) | 50.2º | 0.27% | 0.72% | - |
| XYZ | 39.16 | 42.45 | 28.68 | - |
| YUV | 172.72 | 106.15 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 175 | 134 | 0 | 0.04 | 0.27 | 0.28 | 50.2 | 0.25 | 0.62 |
| Hex | B7 | AF | 86 | 0 | 4 | 1B | 1C | 32 | 19 | 3E |
| Octal | 267 | 257 | 206 | 0 | 4 | 33 | 34 | 62 | 31 | 76 |
| Binary | 10110111 | 10101111 | 10000110 | 0 | 100 | 11011 | 11100 | 110010 | 11001 | 111110 |
Color Harmonies of #B7AF86
Complementary color
Monochromatic Colors of #B7AF86
Black with #B7AF86
Text Example
Text Example
White with #B7AF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AF86; }
p { color: rgb(183,175,134); }
H1.HeaderClassName
{
color: #B7AF86;
}
.AnyTagClassName
{
color: #B7AF86;
}
</style>
background-color css
<style>
a { background-color: #B7AF86; }
a { background-color: rgb(183,175,134); }
div.DivClassName
{
background-color: #B7AF86;
}
.BgClassName
{
background-color: #B7AF86;
}
</style>
border-color css
<style>
span { border-color: #B7AF86; }
span { border-color: rgb(183,175,134); }
td.TdClassName
{
border-color: #B7AF86;
}
.TagClassName
{
border-color: #B7AF86;
}
</style>