Shades of Chino #B8B090
Tints of Chino #B8B090
RGB
CMYK
RGB Variations
Color information
#B8B090 (or 0xB8B090) is known color: Chino. HEX triplet: B8, B0 and 90. RGB value is (184,176,144). Sum of RGB (Red+Green+Blue) = 184+176+144=504 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.51% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 144 (56.64% from 255 or 28.57% from 504); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8B090 is #474F6F. Grayscale: #AEAEAE. Windows color (decimal): -4673392 or 9482424. OLE color: 9482424.
HSL color Cylindrical-coordinate representation of color #B8B090: hue angle of 48º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8B090 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 176 | 144 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.28 |
| HSL | 48º | 0.22% | 0.64% | - |
| HSV(B) | 48º | 0.22% | 0.72% | - |
| XYZ | 40.33 | 43.25 | 32.61 | - |
| YUV | 174.74 | 110.65 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 176 | 144 | 0 | 0.04 | 0.22 | 0.28 | 48 | 0.22 | 0.64 |
| Hex | B8 | B0 | 90 | 0 | 4 | 16 | 1C | 30 | 16 | 40 |
| Octal | 270 | 260 | 220 | 0 | 4 | 26 | 34 | 60 | 26 | 100 |
| Binary | 10111000 | 10110000 | 10010000 | 0 | 100 | 10110 | 11100 | 110000 | 10110 | 1000000 |
Color Harmonies of #B8B090
Complementary color
Monochromatic Colors of #B8B090
Black with #B8B090
Text Example
Text Example
White with #B8B090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B090; }
p { color: rgb(184,176,144); }
H1.HeaderClassName
{
color: #B8B090;
}
.AnyTagClassName
{
color: #B8B090;
}
</style>
background-color css
<style>
a { background-color: #B8B090; }
a { background-color: rgb(184,176,144); }
div.DivClassName
{
background-color: #B8B090;
}
.BgClassName
{
background-color: #B8B090;
}
</style>
border-color css
<style>
span { border-color: #B8B090; }
span { border-color: rgb(184,176,144); }
td.TdClassName
{
border-color: #B8B090;
}
.TagClassName
{
border-color: #B8B090;
}
</style>