Shades of Chino #BCB18E
Tints of Chino #BCB18E
RGB
CMYK
RGB Variations
Color information
#BCB18E (or 0xBCB18E) is known color: Chino. HEX triplet: BC, B1 and 8E. RGB value is (188,177,142). Sum of RGB (Red+Green+Blue) = 188+177+142=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 177 (69.53% from 255 or 34.91% from 507); Blue value is 142 (55.86% from 255 or 28.01% from 507); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB18E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB18E is #434E71. Grayscale: #B0B0B0. Windows color (decimal): -4410994 or 9351612. OLE color: 9351612.
HSL color Cylindrical-coordinate representation of color #BCB18E: hue angle of 45.65º 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 #BCB18E is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 177 | 142 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.26 |
| HSL | 45.65º | 0.26% | 0.65% | - |
| HSV(B) | 45.65º | 0.24% | 0.74% | - |
| XYZ | 41.34 | 44.09 | 31.92 | - |
| YUV | 176.3 | 108.64 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 177 | 142 | 0 | 0.06 | 0.24 | 0.26 | 45.65 | 0.26 | 0.65 |
| Hex | BC | B1 | 8E | 0 | 6 | 18 | 1A | 2E | 1A | 41 |
| Octal | 274 | 261 | 216 | 0 | 6 | 30 | 32 | 56 | 32 | 101 |
| Binary | 10111100 | 10110001 | 10001110 | 0 | 110 | 11000 | 11010 | 101110 | 11010 | 1000001 |
Color Harmonies of #BCB18E
Complementary color
Monochromatic Colors of #BCB18E
Black with #BCB18E
Text Example
Text Example
White with #BCB18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB18E; }
p { color: rgb(188,177,142); }
H1.HeaderClassName
{
color: #BCB18E;
}
.AnyTagClassName
{
color: #BCB18E;
}
</style>
background-color css
<style>
a { background-color: #BCB18E; }
a { background-color: rgb(188,177,142); }
div.DivClassName
{
background-color: #BCB18E;
}
.BgClassName
{
background-color: #BCB18E;
}
</style>
border-color css
<style>
span { border-color: #BCB18E; }
span { border-color: rgb(188,177,142); }
td.TdClassName
{
border-color: #BCB18E;
}
.TagClassName
{
border-color: #BCB18E;
}
</style>