Shades of Chino #BCB088
Tints of Chino #BCB088
RGB
CMYK
RGB Variations
Color information
#BCB088 (or 0xBCB088) is known color: Chino. HEX triplet: BC, B0 and 88. RGB value is (188,176,136). Sum of RGB (Red+Green+Blue) = 188+176+136=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 176 (69.14% from 255 or 35.2% from 500); Blue value is 136 (53.52% from 255 or 27.2% from 500); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB088 is #434F77. Grayscale: #AFAFAF. Windows color (decimal): -4411256 or 8958140. OLE color: 8958140.
HSL color Cylindrical-coordinate representation of color #BCB088: hue angle of 46.15º 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 #BCB088 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 176 | 136 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.26 |
| HSL | 46.15º | 0.28% | 0.64% | - |
| HSV(B) | 46.15º | 0.28% | 0.74% | - |
| XYZ | 40.71 | 43.52 | 29.55 | - |
| YUV | 175.03 | 105.98 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 136 | 0 | 0.06 | 0.28 | 0.26 | 46.15 | 0.28 | 0.64 |
| Hex | BC | B0 | 88 | 0 | 6 | 1C | 1A | 2E | 1C | 40 |
| Octal | 274 | 260 | 210 | 0 | 6 | 34 | 32 | 56 | 34 | 100 |
| Binary | 10111100 | 10110000 | 10001000 | 0 | 110 | 11100 | 11010 | 101110 | 11100 | 1000000 |
Color Harmonies of #BCB088
Complementary color
Monochromatic Colors of #BCB088
Black with #BCB088
Text Example
Text Example
White with #BCB088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB088; }
p { color: rgb(188,176,136); }
H1.HeaderClassName
{
color: #BCB088;
}
.AnyTagClassName
{
color: #BCB088;
}
</style>
background-color css
<style>
a { background-color: #BCB088; }
a { background-color: rgb(188,176,136); }
div.DivClassName
{
background-color: #BCB088;
}
.BgClassName
{
background-color: #BCB088;
}
</style>
border-color css
<style>
span { border-color: #BCB088; }
span { border-color: rgb(188,176,136); }
td.TdClassName
{
border-color: #BCB088;
}
.TagClassName
{
border-color: #BCB088;
}
</style>