Shades of Chino #B8B088
Tints of Chino #B8B088
RGB
CMYK
RGB Variations
Color information
#B8B088 (or 0xB8B088) is known color: Chino. HEX triplet: B8, B0 and 88. RGB value is (184,176,136). Sum of RGB (Red+Green+Blue) = 184+176+136=496 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.10% from 496); Green value is 176 (69.14% from 255 or 35.48% from 496); Blue value is 136 (53.52% from 255 or 27.42% from 496); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8B088 is #474F77. Grayscale: #AEAEAE. Windows color (decimal): -4673400 or 8958136. OLE color: 8958136.
HSL color Cylindrical-coordinate representation of color #B8B088: hue angle of 50º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B8B088 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 176 | 136 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.28 |
| HSL | 50º | 0.25% | 0.63% | - |
| HSV(B) | 50º | 0.26% | 0.72% | - |
| XYZ | 39.74 | 43.02 | 29.5 | - |
| YUV | 173.83 | 106.65 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 176 | 136 | 0 | 0.04 | 0.26 | 0.28 | 50 | 0.25 | 0.63 |
| Hex | B8 | B0 | 88 | 0 | 4 | 1A | 1C | 32 | 19 | 3F |
| Octal | 270 | 260 | 210 | 0 | 4 | 32 | 34 | 62 | 31 | 77 |
| Binary | 10111000 | 10110000 | 10001000 | 0 | 100 | 11010 | 11100 | 110010 | 11001 | 111111 |
Color Harmonies of #B8B088
Complementary color
Monochromatic Colors of #B8B088
Black with #B8B088
Text Example
Text Example
White with #B8B088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B088; }
p { color: rgb(184,176,136); }
H1.HeaderClassName
{
color: #B8B088;
}
.AnyTagClassName
{
color: #B8B088;
}
</style>
background-color css
<style>
a { background-color: #B8B088; }
a { background-color: rgb(184,176,136); }
div.DivClassName
{
background-color: #B8B088;
}
.BgClassName
{
background-color: #B8B088;
}
</style>
border-color css
<style>
span { border-color: #B8B088; }
span { border-color: rgb(184,176,136); }
td.TdClassName
{
border-color: #B8B088;
}
.TagClassName
{
border-color: #B8B088;
}
</style>