Shades of Chino #BCB18C
Tints of Chino #BCB18C
RGB
CMYK
RGB Variations
Color information
#BCB18C (or 0xBCB18C) is known color: Chino. HEX triplet: BC, B1 and 8C. RGB value is (188,177,140). Sum of RGB (Red+Green+Blue) = 188+177+140=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 177 (69.53% from 255 or 35.05% from 505); Blue value is 140 (55.08% from 255 or 27.72% from 505); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB18C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB18C is #434E73. Grayscale: #B0B0B0. Windows color (decimal): -4410996 or 9220540. OLE color: 9220540.
HSL color Cylindrical-coordinate representation of color #BCB18C: hue angle of 46.25º 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 #BCB18C is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 177 | 140 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.26 |
| HSL | 46.25º | 0.26% | 0.64% | - |
| HSV(B) | 46.25º | 0.26% | 0.74% | - |
| XYZ | 41.19 | 44.03 | 31.14 | - |
| YUV | 176.07 | 107.64 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 177 | 140 | 0 | 0.06 | 0.26 | 0.26 | 46.25 | 0.26 | 0.64 |
| Hex | BC | B1 | 8C | 0 | 6 | 1A | 1A | 2E | 1A | 40 |
| Octal | 274 | 261 | 214 | 0 | 6 | 32 | 32 | 56 | 32 | 100 |
| Binary | 10111100 | 10110001 | 10001100 | 0 | 110 | 11010 | 11010 | 101110 | 11010 | 1000000 |
Color Harmonies of #BCB18C
Complementary color
Monochromatic Colors of #BCB18C
Black with #BCB18C
Text Example
Text Example
White with #BCB18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB18C; }
p { color: rgb(188,177,140); }
H1.HeaderClassName
{
color: #BCB18C;
}
.AnyTagClassName
{
color: #BCB18C;
}
</style>
background-color css
<style>
a { background-color: #BCB18C; }
a { background-color: rgb(188,177,140); }
div.DivClassName
{
background-color: #BCB18C;
}
.BgClassName
{
background-color: #BCB18C;
}
</style>
border-color css
<style>
span { border-color: #BCB18C; }
span { border-color: rgb(188,177,140); }
td.TdClassName
{
border-color: #BCB18C;
}
.TagClassName
{
border-color: #BCB18C;
}
</style>