Shades of Japonica #BC7656
Tints of Japonica #BC7656
RGB
CMYK
RGB Variations
Color information
#BC7656 (or 0xBC7656) is known color: Japonica. HEX triplet: BC, 76 and 56. RGB value is (188,118,86). Sum of RGB (Red+Green+Blue) = 188+118+86=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 86 (33.98% from 255 or 21.94% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7656 is #4389A9. Grayscale: #878787. Windows color (decimal): -4426154 or 5666492. OLE color: 5666492.
HSL color Cylindrical-coordinate representation of color #BC7656: hue angle of 18.82º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC7656 is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 118 | 86 | - |
| CMYK | 0 | 0.37 | 0.54 | 0.26 |
| HSL | 18.82º | 0.43% | 0.54% | - |
| HSV(B) | 18.82º | 0.54% | 0.74% | - |
| XYZ | 28.9 | 24.32 | 11.98 | - |
| YUV | 135.28 | 100.19 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 86 | 0 | 0.37 | 0.54 | 0.26 | 18.82 | 0.43 | 0.54 |
| Hex | BC | 76 | 56 | 0 | 25 | 36 | 1A | 13 | 2B | 36 |
| Octal | 274 | 166 | 126 | 0 | 45 | 66 | 32 | 23 | 53 | 66 |
| Binary | 10111100 | 1110110 | 1010110 | 0 | 100101 | 110110 | 11010 | 10011 | 101011 | 110110 |
Color Harmonies of #BC7656
Complementary color
Monochromatic Colors of #BC7656
Black with #BC7656
Text Example
Text Example
White with #BC7656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7656; }
p { color: rgb(188,118,86); }
H1.HeaderClassName
{
color: #BC7656;
}
.AnyTagClassName
{
color: #BC7656;
}
</style>
background-color css
<style>
a { background-color: #BC7656; }
a { background-color: rgb(188,118,86); }
div.DivClassName
{
background-color: #BC7656;
}
.BgClassName
{
background-color: #BC7656;
}
</style>
border-color css
<style>
span { border-color: #BC7656; }
span { border-color: rgb(188,118,86); }
td.TdClassName
{
border-color: #BC7656;
}
.TagClassName
{
border-color: #BC7656;
}
</style>