Shades of Chino #BAB083
Tints of Chino #BAB083
RGB
CMYK
RGB Variations
Color information
#BAB083 (or 0xBAB083) is known color: Chino. HEX triplet: BA, B0 and 83. RGB value is (186,176,131). Sum of RGB (Red+Green+Blue) = 186+176+131=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 176 (69.14% from 255 or 35.70% from 493); Blue value is 131 (51.56% from 255 or 26.57% from 493); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB083 is #454F7C. Grayscale: #AEAEAE. Windows color (decimal): -4542333 or 8630458. OLE color: 8630458.
HSL color Cylindrical-coordinate representation of color #BAB083: hue angle of 49.09º degrees, saturation: 0.28, 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 #BAB083 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 176 | 131 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.27 |
| HSL | 49.09º | 0.28% | 0.62% | - |
| HSV(B) | 49.09º | 0.3% | 0.73% | - |
| XYZ | 39.87 | 43.13 | 27.7 | - |
| YUV | 173.86 | 103.81 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 176 | 131 | 0 | 0.05 | 0.30 | 0.27 | 49.09 | 0.28 | 0.62 |
| Hex | BA | B0 | 83 | 0 | 5 | 1E | 1B | 31 | 1C | 3E |
| Octal | 272 | 260 | 203 | 0 | 5 | 36 | 33 | 61 | 34 | 76 |
| Binary | 10111010 | 10110000 | 10000011 | 0 | 101 | 11110 | 11011 | 110001 | 11100 | 111110 |
Color Harmonies of #BAB083
Complementary color
Monochromatic Colors of #BAB083
Black with #BAB083
Text Example
Text Example
White with #BAB083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB083; }
p { color: rgb(186,176,131); }
H1.HeaderClassName
{
color: #BAB083;
}
.AnyTagClassName
{
color: #BAB083;
}
</style>
background-color css
<style>
a { background-color: #BAB083; }
a { background-color: rgb(186,176,131); }
div.DivClassName
{
background-color: #BAB083;
}
.BgClassName
{
background-color: #BAB083;
}
</style>
border-color css
<style>
span { border-color: #BAB083; }
span { border-color: rgb(186,176,131); }
td.TdClassName
{
border-color: #BAB083;
}
.TagClassName
{
border-color: #BAB083;
}
</style>