Shades of Chino #B8B091
Tints of Chino #B8B091
RGB
CMYK
RGB Variations
Color information
#B8B091 (or 0xB8B091) is known color: Chino. HEX triplet: B8, B0 and 91. RGB value is (184,176,145). Sum of RGB (Red+Green+Blue) = 184+176+145=505 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.44% from 505); Green value is 176 (69.14% from 255 or 34.85% from 505); Blue value is 145 (57.03% from 255 or 28.71% from 505); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8B091 is #474F6E. Grayscale: #AEAEAE. Windows color (decimal): -4673391 or 9547960. OLE color: 9547960.
HSL color Cylindrical-coordinate representation of color #B8B091: hue angle of 47.69º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B8B091 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 176 | 145 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.28 |
| HSL | 47.69º | 0.22% | 0.65% | - |
| HSV(B) | 47.69º | 0.21% | 0.72% | - |
| XYZ | 40.4 | 43.29 | 33.01 | - |
| YUV | 174.86 | 111.15 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 176 | 145 | 0 | 0.04 | 0.21 | 0.28 | 47.69 | 0.22 | 0.65 |
| Hex | B8 | B0 | 91 | 0 | 4 | 15 | 1C | 30 | 16 | 41 |
| Octal | 270 | 260 | 221 | 0 | 4 | 25 | 34 | 60 | 26 | 101 |
| Binary | 10111000 | 10110000 | 10010001 | 0 | 100 | 10101 | 11100 | 110000 | 10110 | 1000001 |
Color Harmonies of #B8B091
Complementary color
Monochromatic Colors of #B8B091
Black with #B8B091
Text Example
Text Example
White with #B8B091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B091; }
p { color: rgb(184,176,145); }
H1.HeaderClassName
{
color: #B8B091;
}
.AnyTagClassName
{
color: #B8B091;
}
</style>
background-color css
<style>
a { background-color: #B8B091; }
a { background-color: rgb(184,176,145); }
div.DivClassName
{
background-color: #B8B091;
}
.BgClassName
{
background-color: #B8B091;
}
</style>
border-color css
<style>
span { border-color: #B8B091; }
span { border-color: rgb(184,176,145); }
td.TdClassName
{
border-color: #B8B091;
}
.TagClassName
{
border-color: #B8B091;
}
</style>