Shades of Chino #BCB28F
Tints of Chino #BCB28F
RGB
CMYK
RGB Variations
Color information
#BCB28F (or 0xBCB28F) is known color: Chino. HEX triplet: BC, B2 and 8F. RGB value is (188,178,143). Sum of RGB (Red+Green+Blue) = 188+178+143=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 178 (69.92% from 255 or 34.97% from 509); Blue value is 143 (56.25% from 255 or 28.09% from 509); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB28F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB28F is #434D70. Grayscale: #B1B1B1. Windows color (decimal): -4410737 or 9417404. OLE color: 9417404.
HSL color Cylindrical-coordinate representation of color #BCB28F: hue angle of 46.67º degrees, saturation: 0.25, 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 #BCB28F is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 178 | 143 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.26 |
| HSL | 46.67º | 0.25% | 0.65% | - |
| HSV(B) | 46.67º | 0.24% | 0.74% | - |
| XYZ | 41.62 | 44.52 | 32.39 | - |
| YUV | 177 | 108.81 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 178 | 143 | 0 | 0.05 | 0.24 | 0.26 | 46.67 | 0.25 | 0.65 |
| Hex | BC | B2 | 8F | 0 | 5 | 18 | 1A | 2F | 19 | 41 |
| Octal | 274 | 262 | 217 | 0 | 5 | 30 | 32 | 57 | 31 | 101 |
| Binary | 10111100 | 10110010 | 10001111 | 0 | 101 | 11000 | 11010 | 101111 | 11001 | 1000001 |
Color Harmonies of #BCB28F
Complementary color
Monochromatic Colors of #BCB28F
Black with #BCB28F
Text Example
Text Example
White with #BCB28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB28F; }
p { color: rgb(188,178,143); }
H1.HeaderClassName
{
color: #BCB28F;
}
.AnyTagClassName
{
color: #BCB28F;
}
</style>
background-color css
<style>
a { background-color: #BCB28F; }
a { background-color: rgb(188,178,143); }
div.DivClassName
{
background-color: #BCB28F;
}
.BgClassName
{
background-color: #BCB28F;
}
</style>
border-color css
<style>
span { border-color: #BCB28F; }
span { border-color: rgb(188,178,143); }
td.TdClassName
{
border-color: #BCB28F;
}
.TagClassName
{
border-color: #BCB28F;
}
</style>