Shades of Chino #B8AC88
Tints of Chino #B8AC88
RGB
CMYK
RGB Variations
Color information
#B8AC88 (or 0xB8AC88) is known color: Chino. HEX triplet: B8, AC and 88. RGB value is (184,172,136). Sum of RGB (Red+Green+Blue) = 184+172+136=492 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.40% from 492); Green value is 172 (67.58% from 255 or 34.96% from 492); Blue value is 136 (53.52% from 255 or 27.64% from 492); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AC88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AC88 is #475377. Grayscale: #ABABAB. Windows color (decimal): -4674424 or 8957112. OLE color: 8957112.
HSL color Cylindrical-coordinate representation of color #B8AC88: hue angle of 45º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B8AC88 is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 172 | 136 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.28 |
| HSL | 45º | 0.25% | 0.63% | - |
| HSV(B) | 45º | 0.26% | 0.72% | - |
| XYZ | 38.96 | 41.47 | 29.24 | - |
| YUV | 171.48 | 107.98 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 172 | 136 | 0 | 0.07 | 0.26 | 0.28 | 45 | 0.25 | 0.63 |
| Hex | B8 | AC | 88 | 0 | 7 | 1A | 1C | 2D | 19 | 3F |
| Octal | 270 | 254 | 210 | 0 | 7 | 32 | 34 | 55 | 31 | 77 |
| Binary | 10111000 | 10101100 | 10001000 | 0 | 111 | 11010 | 11100 | 101101 | 11001 | 111111 |
Color Harmonies of #B8AC88
Complementary color
Monochromatic Colors of #B8AC88
Black with #B8AC88
Text Example
Text Example
White with #B8AC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AC88; }
p { color: rgb(184,172,136); }
H1.HeaderClassName
{
color: #B8AC88;
}
.AnyTagClassName
{
color: #B8AC88;
}
</style>
background-color css
<style>
a { background-color: #B8AC88; }
a { background-color: rgb(184,172,136); }
div.DivClassName
{
background-color: #B8AC88;
}
.BgClassName
{
background-color: #B8AC88;
}
</style>
border-color css
<style>
span { border-color: #B8AC88; }
span { border-color: rgb(184,172,136); }
td.TdClassName
{
border-color: #B8AC88;
}
.TagClassName
{
border-color: #B8AC88;
}
</style>