Shades of Chino #BCB291
Tints of Chino #BCB291
RGB
CMYK
RGB Variations
Color information
#BCB291 (or 0xBCB291) is known color: Chino. HEX triplet: BC, B2 and 91. RGB value is (188,178,145). Sum of RGB (Red+Green+Blue) = 188+178+145=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 178 (69.92% from 255 or 34.83% from 511); Blue value is 145 (57.03% from 255 or 28.38% from 511); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB291 is #434D6E. Grayscale: #B1B1B1. Windows color (decimal): -4410735 or 9548476. OLE color: 9548476.
HSL color Cylindrical-coordinate representation of color #BCB291: hue angle of 46.05º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCB291 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 178 | 145 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.26 |
| HSL | 46.05º | 0.24% | 0.65% | - |
| HSV(B) | 46.05º | 0.23% | 0.74% | - |
| XYZ | 41.77 | 44.58 | 33.19 | - |
| YUV | 177.23 | 109.81 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 178 | 145 | 0 | 0.05 | 0.23 | 0.26 | 46.05 | 0.24 | 0.65 |
| Hex | BC | B2 | 91 | 0 | 5 | 17 | 1A | 2E | 18 | 41 |
| Octal | 274 | 262 | 221 | 0 | 5 | 27 | 32 | 56 | 30 | 101 |
| Binary | 10111100 | 10110010 | 10010001 | 0 | 101 | 10111 | 11010 | 101110 | 11000 | 1000001 |
Color Harmonies of #BCB291
Complementary color
Monochromatic Colors of #BCB291
Black with #BCB291
Text Example
Text Example
White with #BCB291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB291; }
p { color: rgb(188,178,145); }
H1.HeaderClassName
{
color: #BCB291;
}
.AnyTagClassName
{
color: #BCB291;
}
</style>
background-color css
<style>
a { background-color: #BCB291; }
a { background-color: rgb(188,178,145); }
div.DivClassName
{
background-color: #BCB291;
}
.BgClassName
{
background-color: #BCB291;
}
</style>
border-color css
<style>
span { border-color: #BCB291; }
span { border-color: rgb(188,178,145); }
td.TdClassName
{
border-color: #BCB291;
}
.TagClassName
{
border-color: #BCB291;
}
</style>