Shades of Chino #BCB188
Tints of Chino #BCB188
RGB
CMYK
RGB Variations
Color information
#BCB188 (or 0xBCB188) is known color: Chino. HEX triplet: BC, B1 and 88. RGB value is (188,177,136). Sum of RGB (Red+Green+Blue) = 188+177+136=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 177 (69.53% from 255 or 35.33% from 501); Blue value is 136 (53.52% from 255 or 27.15% from 501); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB188 is #434E77. Grayscale: #AFAFAF. Windows color (decimal): -4411000 or 8958396. OLE color: 8958396.
HSL color Cylindrical-coordinate representation of color #BCB188: hue angle of 47.31º 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 #BCB188 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 177 | 136 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.26 |
| HSL | 47.31º | 0.28% | 0.64% | - |
| HSV(B) | 47.31º | 0.28% | 0.74% | - |
| XYZ | 40.91 | 43.91 | 29.61 | - |
| YUV | 175.62 | 105.64 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 177 | 136 | 0 | 0.06 | 0.28 | 0.26 | 47.31 | 0.28 | 0.64 |
| Hex | BC | B1 | 88 | 0 | 6 | 1C | 1A | 2F | 1C | 40 |
| Octal | 274 | 261 | 210 | 0 | 6 | 34 | 32 | 57 | 34 | 100 |
| Binary | 10111100 | 10110001 | 10001000 | 0 | 110 | 11100 | 11010 | 101111 | 11100 | 1000000 |
Color Harmonies of #BCB188
Complementary color
Monochromatic Colors of #BCB188
Black with #BCB188
Text Example
Text Example
White with #BCB188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB188; }
p { color: rgb(188,177,136); }
H1.HeaderClassName
{
color: #BCB188;
}
.AnyTagClassName
{
color: #BCB188;
}
</style>
background-color css
<style>
a { background-color: #BCB188; }
a { background-color: rgb(188,177,136); }
div.DivClassName
{
background-color: #BCB188;
}
.BgClassName
{
background-color: #BCB188;
}
</style>
border-color css
<style>
span { border-color: #BCB188; }
span { border-color: rgb(188,177,136); }
td.TdClassName
{
border-color: #BCB188;
}
.TagClassName
{
border-color: #BCB188;
}
</style>