Shades of Chino #BBAF8D
Tints of Chino #BBAF8D
RGB
CMYK
RGB Variations
Color information
#BBAF8D (or 0xBBAF8D) is known color: Chino. HEX triplet: BB, AF and 8D. RGB value is (187,175,141). Sum of RGB (Red+Green+Blue) = 187+175+141=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 141 (55.47% from 255 or 28.03% from 503); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAF8D is #445072. Grayscale: #AEAEAE. Windows color (decimal): -4477043 or 9285563. OLE color: 9285563.
HSL color Cylindrical-coordinate representation of color #BBAF8D: hue angle of 44.35º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBAF8D is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 175 | 141 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.27 |
| HSL | 44.35º | 0.25% | 0.64% | - |
| HSV(B) | 44.35º | 0.25% | 0.73% | - |
| XYZ | 40.63 | 43.15 | 31.39 | - |
| YUV | 174.71 | 108.98 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 175 | 141 | 0 | 0.06 | 0.25 | 0.27 | 44.35 | 0.25 | 0.64 |
| Hex | BB | AF | 8D | 0 | 6 | 19 | 1B | 2C | 19 | 40 |
| Octal | 273 | 257 | 215 | 0 | 6 | 31 | 33 | 54 | 31 | 100 |
| Binary | 10111011 | 10101111 | 10001101 | 0 | 110 | 11001 | 11011 | 101100 | 11001 | 1000000 |
Color Harmonies of #BBAF8D
Complementary color
Monochromatic Colors of #BBAF8D
Black with #BBAF8D
Text Example
Text Example
White with #BBAF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAF8D; }
p { color: rgb(187,175,141); }
H1.HeaderClassName
{
color: #BBAF8D;
}
.AnyTagClassName
{
color: #BBAF8D;
}
</style>
background-color css
<style>
a { background-color: #BBAF8D; }
a { background-color: rgb(187,175,141); }
div.DivClassName
{
background-color: #BBAF8D;
}
.BgClassName
{
background-color: #BBAF8D;
}
</style>
border-color css
<style>
span { border-color: #BBAF8D; }
span { border-color: rgb(187,175,141); }
td.TdClassName
{
border-color: #BBAF8D;
}
.TagClassName
{
border-color: #BBAF8D;
}
</style>