Shades of Chino #B8AD8E
Tints of Chino #B8AD8E
RGB
CMYK
RGB Variations
Color information
#B8AD8E (or 0xB8AD8E) is known color: Chino. HEX triplet: B8, AD and 8E. RGB value is (184,173,142). Sum of RGB (Red+Green+Blue) = 184+173+142=499 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.87% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 142 (55.86% from 255 or 28.46% from 499); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AD8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AD8E is #475271. Grayscale: #ACACAC. Windows color (decimal): -4674162 or 9350584. OLE color: 9350584.
HSL color Cylindrical-coordinate representation of color #B8AD8E: hue angle of 44.29º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8AD8E is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 173 | 142 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.28 |
| HSL | 44.29º | 0.23% | 0.64% | - |
| HSV(B) | 44.29º | 0.23% | 0.72% | - |
| XYZ | 39.59 | 42.03 | 31.62 | - |
| YUV | 172.76 | 110.64 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 173 | 142 | 0 | 0.06 | 0.23 | 0.28 | 44.29 | 0.23 | 0.64 |
| Hex | B8 | AD | 8E | 0 | 6 | 17 | 1C | 2C | 17 | 40 |
| Octal | 270 | 255 | 216 | 0 | 6 | 27 | 34 | 54 | 27 | 100 |
| Binary | 10111000 | 10101101 | 10001110 | 0 | 110 | 10111 | 11100 | 101100 | 10111 | 1000000 |
Color Harmonies of #B8AD8E
Complementary color
Monochromatic Colors of #B8AD8E
Black with #B8AD8E
Text Example
Text Example
White with #B8AD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AD8E; }
p { color: rgb(184,173,142); }
H1.HeaderClassName
{
color: #B8AD8E;
}
.AnyTagClassName
{
color: #B8AD8E;
}
</style>
background-color css
<style>
a { background-color: #B8AD8E; }
a { background-color: rgb(184,173,142); }
div.DivClassName
{
background-color: #B8AD8E;
}
.BgClassName
{
background-color: #B8AD8E;
}
</style>
border-color css
<style>
span { border-color: #B8AD8E; }
span { border-color: rgb(184,173,142); }
td.TdClassName
{
border-color: #B8AD8E;
}
.TagClassName
{
border-color: #B8AD8E;
}
</style>