Shades of Chino #B8AF83
Tints of Chino #B8AF83
RGB
CMYK
RGB Variations
Color information
#B8AF83 (or 0xB8AF83) is known color: Chino. HEX triplet: B8, AF and 83. RGB value is (184,175,131). Sum of RGB (Red+Green+Blue) = 184+175+131=490 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.55% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 131 (51.56% from 255 or 26.73% from 490); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AF83 is #47507C. Grayscale: #ACACAC. Windows color (decimal): -4673661 or 8630200. OLE color: 8630200.
HSL color Cylindrical-coordinate representation of color #B8AF83: hue angle of 49.81º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B8AF83 is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 175 | 131 | - |
| CMYK | 0 | 0.05 | 0.29 | 0.28 |
| HSL | 49.81º | 0.27% | 0.62% | - |
| HSV(B) | 49.81º | 0.29% | 0.72% | - |
| XYZ | 39.19 | 42.49 | 27.61 | - |
| YUV | 172.68 | 104.48 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 175 | 131 | 0 | 0.05 | 0.29 | 0.28 | 49.81 | 0.27 | 0.62 |
| Hex | B8 | AF | 83 | 0 | 5 | 1D | 1C | 32 | 1B | 3E |
| Octal | 270 | 257 | 203 | 0 | 5 | 35 | 34 | 62 | 33 | 76 |
| Binary | 10111000 | 10101111 | 10000011 | 0 | 101 | 11101 | 11100 | 110010 | 11011 | 111110 |
Color Harmonies of #B8AF83
Complementary color
Monochromatic Colors of #B8AF83
Black with #B8AF83
Text Example
Text Example
White with #B8AF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AF83; }
p { color: rgb(184,175,131); }
H1.HeaderClassName
{
color: #B8AF83;
}
.AnyTagClassName
{
color: #B8AF83;
}
</style>
background-color css
<style>
a { background-color: #B8AF83; }
a { background-color: rgb(184,175,131); }
div.DivClassName
{
background-color: #B8AF83;
}
.BgClassName
{
background-color: #B8AF83;
}
</style>
border-color css
<style>
span { border-color: #B8AF83; }
span { border-color: rgb(184,175,131); }
td.TdClassName
{
border-color: #B8AF83;
}
.TagClassName
{
border-color: #B8AF83;
}
</style>