Shades of Chino #B9AF88
Tints of Chino #B9AF88
RGB
CMYK
RGB Variations
Color information
#B9AF88 (or 0xB9AF88) is known color: Chino. HEX triplet: B9, AF and 88. RGB value is (185,175,136). Sum of RGB (Red+Green+Blue) = 185+175+136=496 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.30% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 136 (53.52% from 255 or 27.42% from 496); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AF88 is #465077. Grayscale: #ADADAD. Windows color (decimal): -4608120 or 8957881. OLE color: 8957881.
HSL color Cylindrical-coordinate representation of color #B9AF88: hue angle of 47.76º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9AF88 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 175 | 136 | - |
| CMYK | 0 | 0.05 | 0.26 | 0.27 |
| HSL | 47.76º | 0.26% | 0.63% | - |
| HSV(B) | 47.76º | 0.26% | 0.73% | - |
| XYZ | 39.78 | 42.75 | 29.45 | - |
| YUV | 173.54 | 106.81 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 175 | 136 | 0 | 0.05 | 0.26 | 0.27 | 47.76 | 0.26 | 0.63 |
| Hex | B9 | AF | 88 | 0 | 5 | 1A | 1B | 30 | 1A | 3F |
| Octal | 271 | 257 | 210 | 0 | 5 | 32 | 33 | 60 | 32 | 77 |
| Binary | 10111001 | 10101111 | 10001000 | 0 | 101 | 11010 | 11011 | 110000 | 11010 | 111111 |
Color Harmonies of #B9AF88
Complementary color
Monochromatic Colors of #B9AF88
Black with #B9AF88
Text Example
Text Example
White with #B9AF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AF88; }
p { color: rgb(185,175,136); }
H1.HeaderClassName
{
color: #B9AF88;
}
.AnyTagClassName
{
color: #B9AF88;
}
</style>
background-color css
<style>
a { background-color: #B9AF88; }
a { background-color: rgb(185,175,136); }
div.DivClassName
{
background-color: #B9AF88;
}
.BgClassName
{
background-color: #B9AF88;
}
</style>
border-color css
<style>
span { border-color: #B9AF88; }
span { border-color: rgb(185,175,136); }
td.TdClassName
{
border-color: #B9AF88;
}
.TagClassName
{
border-color: #B9AF88;
}
</style>