Shades of Chino #BCB08E
Tints of Chino #BCB08E
RGB
CMYK
RGB Variations
Color information
#BCB08E (or 0xBCB08E) is known color: Chino. HEX triplet: BC, B0 and 8E. RGB value is (188,176,142). Sum of RGB (Red+Green+Blue) = 188+176+142=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 176 (69.14% from 255 or 34.78% from 506); Blue value is 142 (55.86% from 255 or 28.06% from 506); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB08E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB08E is #434F71. Grayscale: #AFAFAF. Windows color (decimal): -4411250 or 9351356. OLE color: 9351356.
HSL color Cylindrical-coordinate representation of color #BCB08E: hue angle of 44.35º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCB08E is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 176 | 142 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.26 |
| HSL | 44.35º | 0.26% | 0.65% | - |
| HSV(B) | 44.35º | 0.24% | 0.74% | - |
| XYZ | 41.15 | 43.7 | 31.86 | - |
| YUV | 175.71 | 108.98 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 142 | 0 | 0.06 | 0.24 | 0.26 | 44.35 | 0.26 | 0.65 |
| Hex | BC | B0 | 8E | 0 | 6 | 18 | 1A | 2C | 1A | 41 |
| Octal | 274 | 260 | 216 | 0 | 6 | 30 | 32 | 54 | 32 | 101 |
| Binary | 10111100 | 10110000 | 10001110 | 0 | 110 | 11000 | 11010 | 101100 | 11010 | 1000001 |
Color Harmonies of #BCB08E
Complementary color
Monochromatic Colors of #BCB08E
Black with #BCB08E
Text Example
Text Example
White with #BCB08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB08E; }
p { color: rgb(188,176,142); }
H1.HeaderClassName
{
color: #BCB08E;
}
.AnyTagClassName
{
color: #BCB08E;
}
</style>
background-color css
<style>
a { background-color: #BCB08E; }
a { background-color: rgb(188,176,142); }
div.DivClassName
{
background-color: #BCB08E;
}
.BgClassName
{
background-color: #BCB08E;
}
</style>
border-color css
<style>
span { border-color: #BCB08E; }
span { border-color: rgb(188,176,142); }
td.TdClassName
{
border-color: #BCB08E;
}
.TagClassName
{
border-color: #BCB08E;
}
</style>