Shades of Chino #BCB28C
Tints of Chino #BCB28C
RGB
CMYK
RGB Variations
Color information
#BCB28C (or 0xBCB28C) is known color: Chino. HEX triplet: BC, B2 and 8C. RGB value is (188,178,140). Sum of RGB (Red+Green+Blue) = 188+178+140=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 178 (69.92% from 255 or 35.18% from 506); Blue value is 140 (55.08% from 255 or 27.67% from 506); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB28C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB28C is #434D73. Grayscale: #B0B0B0. Windows color (decimal): -4410740 or 9220796. OLE color: 9220796.
HSL color Cylindrical-coordinate representation of color #BCB28C: hue angle of 47.5º 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 #BCB28C is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 178 | 140 | - |
| CMYK | 0 | 0.05 | 0.26 | 0.26 |
| HSL | 47.5º | 0.26% | 0.64% | - |
| HSV(B) | 47.5º | 0.26% | 0.74% | - |
| XYZ | 41.39 | 44.43 | 31.2 | - |
| YUV | 176.66 | 107.31 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 178 | 140 | 0 | 0.05 | 0.26 | 0.26 | 47.5 | 0.26 | 0.64 |
| Hex | BC | B2 | 8C | 0 | 5 | 1A | 1A | 30 | 1A | 40 |
| Octal | 274 | 262 | 214 | 0 | 5 | 32 | 32 | 60 | 32 | 100 |
| Binary | 10111100 | 10110010 | 10001100 | 0 | 101 | 11010 | 11010 | 110000 | 11010 | 1000000 |
Color Harmonies of #BCB28C
Complementary color
Monochromatic Colors of #BCB28C
Black with #BCB28C
Text Example
Text Example
White with #BCB28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB28C; }
p { color: rgb(188,178,140); }
H1.HeaderClassName
{
color: #BCB28C;
}
.AnyTagClassName
{
color: #BCB28C;
}
</style>
background-color css
<style>
a { background-color: #BCB28C; }
a { background-color: rgb(188,178,140); }
div.DivClassName
{
background-color: #BCB28C;
}
.BgClassName
{
background-color: #BCB28C;
}
</style>
border-color css
<style>
span { border-color: #BCB28C; }
span { border-color: rgb(188,178,140); }
td.TdClassName
{
border-color: #BCB28C;
}
.TagClassName
{
border-color: #BCB28C;
}
</style>