Shades of Chino #BCB08D
Tints of Chino #BCB08D
RGB
CMYK
RGB Variations
Color information
#BCB08D (or 0xBCB08D) is known color: Chino. HEX triplet: BC, B0 and 8D. RGB value is (188,176,141). Sum of RGB (Red+Green+Blue) = 188+176+141=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 176 (69.14% from 255 or 34.85% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB08D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB08D is #434F72. Grayscale: #AFAFAF. Windows color (decimal): -4411251 or 9285820. OLE color: 9285820.
HSL color Cylindrical-coordinate representation of color #BCB08D: hue angle of 44.68º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCB08D is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 176 | 141 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.26 |
| HSL | 44.68º | 0.26% | 0.65% | - |
| HSV(B) | 44.68º | 0.25% | 0.74% | - |
| XYZ | 41.07 | 43.67 | 31.46 | - |
| YUV | 175.6 | 108.48 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 141 | 0 | 0.06 | 0.25 | 0.26 | 44.68 | 0.26 | 0.65 |
| Hex | BC | B0 | 8D | 0 | 6 | 19 | 1A | 2D | 1A | 41 |
| Octal | 274 | 260 | 215 | 0 | 6 | 31 | 32 | 55 | 32 | 101 |
| Binary | 10111100 | 10110000 | 10001101 | 0 | 110 | 11001 | 11010 | 101101 | 11010 | 1000001 |
Color Harmonies of #BCB08D
Complementary color
Monochromatic Colors of #BCB08D
Black with #BCB08D
Text Example
Text Example
White with #BCB08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB08D; }
p { color: rgb(188,176,141); }
H1.HeaderClassName
{
color: #BCB08D;
}
.AnyTagClassName
{
color: #BCB08D;
}
</style>
background-color css
<style>
a { background-color: #BCB08D; }
a { background-color: rgb(188,176,141); }
div.DivClassName
{
background-color: #BCB08D;
}
.BgClassName
{
background-color: #BCB08D;
}
</style>
border-color css
<style>
span { border-color: #BCB08D; }
span { border-color: rgb(188,176,141); }
td.TdClassName
{
border-color: #BCB08D;
}
.TagClassName
{
border-color: #BCB08D;
}
</style>