Shades of Chino #B8AC84
Tints of Chino #B8AC84
RGB
CMYK
RGB Variations
Color information
#B8AC84 (or 0xB8AC84) is known color: Chino. HEX triplet: B8, AC and 84. RGB value is (184,172,132). Sum of RGB (Red+Green+Blue) = 184+172+132=488 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.70% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 132 (51.95% from 255 or 27.05% from 488); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AC84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AC84 is #47537B. Grayscale: #ABABAB. Windows color (decimal): -4674428 or 8694968. OLE color: 8694968.
HSL color Cylindrical-coordinate representation of color #B8AC84: hue angle of 46.15º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8AC84 is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 172 | 132 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.28 |
| HSL | 46.15º | 0.27% | 0.62% | - |
| HSV(B) | 46.15º | 0.28% | 0.72% | - |
| XYZ | 38.68 | 41.36 | 27.77 | - |
| YUV | 171.03 | 105.98 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 172 | 132 | 0 | 0.07 | 0.28 | 0.28 | 46.15 | 0.27 | 0.62 |
| Hex | B8 | AC | 84 | 0 | 7 | 1C | 1C | 2E | 1B | 3E |
| Octal | 270 | 254 | 204 | 0 | 7 | 34 | 34 | 56 | 33 | 76 |
| Binary | 10111000 | 10101100 | 10000100 | 0 | 111 | 11100 | 11100 | 101110 | 11011 | 111110 |
Color Harmonies of #B8AC84
Complementary color
Monochromatic Colors of #B8AC84
Black with #B8AC84
Text Example
Text Example
White with #B8AC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AC84; }
p { color: rgb(184,172,132); }
H1.HeaderClassName
{
color: #B8AC84;
}
.AnyTagClassName
{
color: #B8AC84;
}
</style>
background-color css
<style>
a { background-color: #B8AC84; }
a { background-color: rgb(184,172,132); }
div.DivClassName
{
background-color: #B8AC84;
}
.BgClassName
{
background-color: #B8AC84;
}
</style>
border-color css
<style>
span { border-color: #B8AC84; }
span { border-color: rgb(184,172,132); }
td.TdClassName
{
border-color: #B8AC84;
}
.TagClassName
{
border-color: #B8AC84;
}
</style>