Shades of Chino #BCB288
Tints of Chino #BCB288
RGB
CMYK
RGB Variations
Color information
#BCB288 (or 0xBCB288) is known color: Chino. HEX triplet: BC, B2 and 88. RGB value is (188,178,136). Sum of RGB (Red+Green+Blue) = 188+178+136=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 178 (69.92% from 255 or 35.46% from 502); Blue value is 136 (53.52% from 255 or 27.09% from 502); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB288 is #434D77. Grayscale: #B0B0B0. Windows color (decimal): -4410744 or 8958652. OLE color: 8958652.
HSL color Cylindrical-coordinate representation of color #BCB288: hue angle of 48.46º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCB288 is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 178 | 136 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.26 |
| HSL | 48.46º | 0.28% | 0.64% | - |
| HSV(B) | 48.46º | 0.28% | 0.74% | - |
| XYZ | 41.1 | 44.31 | 29.68 | - |
| YUV | 176.2 | 105.31 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 178 | 136 | 0 | 0.05 | 0.28 | 0.26 | 48.46 | 0.28 | 0.64 |
| Hex | BC | B2 | 88 | 0 | 5 | 1C | 1A | 30 | 1C | 40 |
| Octal | 274 | 262 | 210 | 0 | 5 | 34 | 32 | 60 | 34 | 100 |
| Binary | 10111100 | 10110010 | 10001000 | 0 | 101 | 11100 | 11010 | 110000 | 11100 | 1000000 |
Color Harmonies of #BCB288
Complementary color
Monochromatic Colors of #BCB288
Black with #BCB288
Text Example
Text Example
White with #BCB288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB288; }
p { color: rgb(188,178,136); }
H1.HeaderClassName
{
color: #BCB288;
}
.AnyTagClassName
{
color: #BCB288;
}
</style>
background-color css
<style>
a { background-color: #BCB288; }
a { background-color: rgb(188,178,136); }
div.DivClassName
{
background-color: #BCB288;
}
.BgClassName
{
background-color: #BCB288;
}
</style>
border-color css
<style>
span { border-color: #BCB288; }
span { border-color: rgb(188,178,136); }
td.TdClassName
{
border-color: #BCB288;
}
.TagClassName
{
border-color: #BCB288;
}
</style>