Shades of Chino #BAAE8C
Tints of Chino #BAAE8C
RGB
CMYK
RGB Variations
Color information
#BAAE8C (or 0xBAAE8C) is known color: Chino. HEX triplet: BA, AE and 8C. RGB value is (186,174,140). Sum of RGB (Red+Green+Blue) = 186+174+140=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 174 (68.36% from 255 or 34.8% from 500); Blue value is 140 (55.08% from 255 or 28% from 500); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAE8C is #455173. Grayscale: #ADADAD. Windows color (decimal): -4542836 or 9219770. OLE color: 9219770.
HSL color Cylindrical-coordinate representation of color #BAAE8C: 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 #BAAE8C is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 174 | 140 | - |
| 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.12 | 42.6 | 30.92 | - |
| YUV | 173.71 | 108.98 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 174 | 140 | 0 | 0.06 | 0.25 | 0.27 | 44.35 | 0.25 | 0.64 |
| Hex | BA | AE | 8C | 0 | 6 | 19 | 1B | 2C | 19 | 40 |
| Octal | 272 | 256 | 214 | 0 | 6 | 31 | 33 | 54 | 31 | 100 |
| Binary | 10111010 | 10101110 | 10001100 | 0 | 110 | 11001 | 11011 | 101100 | 11001 | 1000000 |
Color Harmonies of #BAAE8C
Complementary color
Monochromatic Colors of #BAAE8C
Black with #BAAE8C
Text Example
Text Example
White with #BAAE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAE8C; }
p { color: rgb(186,174,140); }
H1.HeaderClassName
{
color: #BAAE8C;
}
.AnyTagClassName
{
color: #BAAE8C;
}
</style>
background-color css
<style>
a { background-color: #BAAE8C; }
a { background-color: rgb(186,174,140); }
div.DivClassName
{
background-color: #BAAE8C;
}
.BgClassName
{
background-color: #BAAE8C;
}
</style>
border-color css
<style>
span { border-color: #BAAE8C; }
span { border-color: rgb(186,174,140); }
td.TdClassName
{
border-color: #BAAE8C;
}
.TagClassName
{
border-color: #BAAE8C;
}
</style>