Shades of Chino #B8B08C
Tints of Chino #B8B08C
RGB
CMYK
RGB Variations
Color information
#B8B08C (or 0xB8B08C) is known color: Chino. HEX triplet: B8, B0 and 8C. RGB value is (184,176,140). Sum of RGB (Red+Green+Blue) = 184+176+140=500 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.8% from 500); Green value is 176 (69.14% from 255 or 35.2% from 500); Blue value is 140 (55.08% from 255 or 28% from 500); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B08C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8B08C is #474F73. Grayscale: #AEAEAE. Windows color (decimal): -4673396 or 9220280. OLE color: 9220280.
HSL color Cylindrical-coordinate representation of color #B8B08C: hue angle of 49.09º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B8B08C is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 176 | 140 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.28 |
| HSL | 49.09º | 0.24% | 0.64% | - |
| HSV(B) | 49.09º | 0.24% | 0.72% | - |
| XYZ | 40.03 | 43.13 | 31.03 | - |
| YUV | 174.29 | 108.65 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 176 | 140 | 0 | 0.04 | 0.24 | 0.28 | 49.09 | 0.24 | 0.64 |
| Hex | B8 | B0 | 8C | 0 | 4 | 18 | 1C | 31 | 18 | 40 |
| Octal | 270 | 260 | 214 | 0 | 4 | 30 | 34 | 61 | 30 | 100 |
| Binary | 10111000 | 10110000 | 10001100 | 0 | 100 | 11000 | 11100 | 110001 | 11000 | 1000000 |
Color Harmonies of #B8B08C
Complementary color
Monochromatic Colors of #B8B08C
Black with #B8B08C
Text Example
Text Example
White with #B8B08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B08C; }
p { color: rgb(184,176,140); }
H1.HeaderClassName
{
color: #B8B08C;
}
.AnyTagClassName
{
color: #B8B08C;
}
</style>
background-color css
<style>
a { background-color: #B8B08C; }
a { background-color: rgb(184,176,140); }
div.DivClassName
{
background-color: #B8B08C;
}
.BgClassName
{
background-color: #B8B08C;
}
</style>
border-color css
<style>
span { border-color: #B8B08C; }
span { border-color: rgb(184,176,140); }
td.TdClassName
{
border-color: #B8B08C;
}
.TagClassName
{
border-color: #B8B08C;
}
</style>