Shades of Chino #BCB28D
Tints of Chino #BCB28D
RGB
CMYK
RGB Variations
Color information
#BCB28D (or 0xBCB28D) is known color: Chino. HEX triplet: BC, B2 and 8D. RGB value is (188,178,141). Sum of RGB (Red+Green+Blue) = 188+178+141=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 141 (55.47% from 255 or 27.81% from 507); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB28D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB28D is #434D72. Grayscale: #B0B0B0. Windows color (decimal): -4410739 or 9286332. OLE color: 9286332.
HSL color Cylindrical-coordinate representation of color #BCB28D: hue angle of 47.23º 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 #BCB28D is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 178 | 141 | - |
| CMYK | 0 | 0.05 | 0.25 | 0.26 |
| HSL | 47.23º | 0.26% | 0.65% | - |
| HSV(B) | 47.23º | 0.25% | 0.74% | - |
| XYZ | 41.47 | 44.46 | 31.59 | - |
| YUV | 176.77 | 107.81 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 178 | 141 | 0 | 0.05 | 0.25 | 0.26 | 47.23 | 0.26 | 0.65 |
| Hex | BC | B2 | 8D | 0 | 5 | 19 | 1A | 2F | 1A | 41 |
| Octal | 274 | 262 | 215 | 0 | 5 | 31 | 32 | 57 | 32 | 101 |
| Binary | 10111100 | 10110010 | 10001101 | 0 | 101 | 11001 | 11010 | 101111 | 11010 | 1000001 |
Color Harmonies of #BCB28D
Complementary color
Monochromatic Colors of #BCB28D
Black with #BCB28D
Text Example
Text Example
White with #BCB28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB28D; }
p { color: rgb(188,178,141); }
H1.HeaderClassName
{
color: #BCB28D;
}
.AnyTagClassName
{
color: #BCB28D;
}
</style>
background-color css
<style>
a { background-color: #BCB28D; }
a { background-color: rgb(188,178,141); }
div.DivClassName
{
background-color: #BCB28D;
}
.BgClassName
{
background-color: #BCB28D;
}
</style>
border-color css
<style>
span { border-color: #BCB28D; }
span { border-color: rgb(188,178,141); }
td.TdClassName
{
border-color: #BCB28D;
}
.TagClassName
{
border-color: #BCB28D;
}
</style>