Shades of Chino #BCB08C
Tints of Chino #BCB08C
RGB
CMYK
RGB Variations
Color information
#BCB08C (or 0xBCB08C) is known color: Chino. HEX triplet: BC, B0 and 8C. RGB value is (188,176,140). Sum of RGB (Red+Green+Blue) = 188+176+140=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 140 (55.08% from 255 or 27.78% from 504); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB08C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB08C is #434F73. Grayscale: #AFAFAF. Windows color (decimal): -4411252 or 9220284. OLE color: 9220284.
HSL color Cylindrical-coordinate representation of color #BCB08C: hue angle of 45º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCB08C is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 176 | 140 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.26 |
| HSL | 45º | 0.26% | 0.64% | - |
| HSV(B) | 45º | 0.26% | 0.74% | - |
| XYZ | 41 | 43.64 | 31.07 | - |
| YUV | 175.48 | 107.98 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 140 | 0 | 0.06 | 0.26 | 0.26 | 45 | 0.26 | 0.64 |
| Hex | BC | B0 | 8C | 0 | 6 | 1A | 1A | 2D | 1A | 40 |
| Octal | 274 | 260 | 214 | 0 | 6 | 32 | 32 | 55 | 32 | 100 |
| Binary | 10111100 | 10110000 | 10001100 | 0 | 110 | 11010 | 11010 | 101101 | 11010 | 1000000 |
Color Harmonies of #BCB08C
Complementary color
Monochromatic Colors of #BCB08C
Black with #BCB08C
Text Example
Text Example
White with #BCB08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB08C; }
p { color: rgb(188,176,140); }
H1.HeaderClassName
{
color: #BCB08C;
}
.AnyTagClassName
{
color: #BCB08C;
}
</style>
background-color css
<style>
a { background-color: #BCB08C; }
a { background-color: rgb(188,176,140); }
div.DivClassName
{
background-color: #BCB08C;
}
.BgClassName
{
background-color: #BCB08C;
}
</style>
border-color css
<style>
span { border-color: #BCB08C; }
span { border-color: rgb(188,176,140); }
td.TdClassName
{
border-color: #BCB08C;
}
.TagClassName
{
border-color: #BCB08C;
}
</style>