Shades of Chino #BAAD8C
Tints of Chino #BAAD8C
RGB
CMYK
RGB Variations
Color information
#BAAD8C (or 0xBAAD8C) is known color: Chino. HEX triplet: BA, AD and 8C. RGB value is (186,173,140). Sum of RGB (Red+Green+Blue) = 186+173+140=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 140 (55.08% from 255 or 28.06% from 499); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAD8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAD8C is #455273. Grayscale: #ADADAD. Windows color (decimal): -4543092 or 9219514. OLE color: 9219514.
HSL color Cylindrical-coordinate representation of color #BAAD8C: hue angle of 43.04º 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 #BAAD8C is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 173 | 140 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.27 |
| HSL | 43.04º | 0.25% | 0.64% | - |
| HSV(B) | 43.04º | 0.25% | 0.73% | - |
| XYZ | 39.93 | 42.22 | 30.86 | - |
| YUV | 173.13 | 109.31 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 173 | 140 | 0 | 0.07 | 0.25 | 0.27 | 43.04 | 0.25 | 0.64 |
| Hex | BA | AD | 8C | 0 | 7 | 19 | 1B | 2B | 19 | 40 |
| Octal | 272 | 255 | 214 | 0 | 7 | 31 | 33 | 53 | 31 | 100 |
| Binary | 10111010 | 10101101 | 10001100 | 0 | 111 | 11001 | 11011 | 101011 | 11001 | 1000000 |
Color Harmonies of #BAAD8C
Complementary color
Monochromatic Colors of #BAAD8C
Black with #BAAD8C
Text Example
Text Example
White with #BAAD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAD8C; }
p { color: rgb(186,173,140); }
H1.HeaderClassName
{
color: #BAAD8C;
}
.AnyTagClassName
{
color: #BAAD8C;
}
</style>
background-color css
<style>
a { background-color: #BAAD8C; }
a { background-color: rgb(186,173,140); }
div.DivClassName
{
background-color: #BAAD8C;
}
.BgClassName
{
background-color: #BAAD8C;
}
</style>
border-color css
<style>
span { border-color: #BAAD8C; }
span { border-color: rgb(186,173,140); }
td.TdClassName
{
border-color: #BAAD8C;
}
.TagClassName
{
border-color: #BAAD8C;
}
</style>