Shades of Chino #BBAF83
Tints of Chino #BBAF83
RGB
CMYK
RGB Variations
Color information
#BBAF83 (or 0xBBAF83) is known color: Chino. HEX triplet: BB, AF and 83. RGB value is (187,175,131). Sum of RGB (Red+Green+Blue) = 187+175+131=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 131 (51.56% from 255 or 26.57% from 493); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAF83 is #44507C. Grayscale: #ADADAD. Windows color (decimal): -4477053 or 8630203. OLE color: 8630203.
HSL color Cylindrical-coordinate representation of color #BBAF83: hue angle of 47.14º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBAF83 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 175 | 131 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.27 |
| HSL | 47.14º | 0.29% | 0.62% | - |
| HSV(B) | 47.14º | 0.3% | 0.73% | - |
| XYZ | 39.92 | 42.86 | 27.64 | - |
| YUV | 173.57 | 103.98 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 175 | 131 | 0 | 0.06 | 0.30 | 0.27 | 47.14 | 0.29 | 0.62 |
| Hex | BB | AF | 83 | 0 | 6 | 1E | 1B | 2F | 1D | 3E |
| Octal | 273 | 257 | 203 | 0 | 6 | 36 | 33 | 57 | 35 | 76 |
| Binary | 10111011 | 10101111 | 10000011 | 0 | 110 | 11110 | 11011 | 101111 | 11101 | 111110 |
Color Harmonies of #BBAF83
Complementary color
Monochromatic Colors of #BBAF83
Black with #BBAF83
Text Example
Text Example
White with #BBAF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAF83; }
p { color: rgb(187,175,131); }
H1.HeaderClassName
{
color: #BBAF83;
}
.AnyTagClassName
{
color: #BBAF83;
}
</style>
background-color css
<style>
a { background-color: #BBAF83; }
a { background-color: rgb(187,175,131); }
div.DivClassName
{
background-color: #BBAF83;
}
.BgClassName
{
background-color: #BBAF83;
}
</style>
border-color css
<style>
span { border-color: #BBAF83; }
span { border-color: rgb(187,175,131); }
td.TdClassName
{
border-color: #BBAF83;
}
.TagClassName
{
border-color: #BBAF83;
}
</style>