Shades of Japonica #BC7456
Tints of Japonica #BC7456
RGB
CMYK
RGB Variations
Color information
#BC7456 (or 0xBC7456) is known color: Japonica. HEX triplet: BC, 74 and 56. RGB value is (188,116,86). Sum of RGB (Red+Green+Blue) = 188+116+86=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 86 (33.98% from 255 or 22.05% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7456 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7456 is #438BA9. Grayscale: #868686. Windows color (decimal): -4426666 or 5665980. OLE color: 5665980.
HSL color Cylindrical-coordinate representation of color #BC7456: hue angle of 17.65º 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 #BC7456 is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 116 | 86 | - |
| CMYK | 0 | 0.38 | 0.54 | 0.26 |
| HSL | 17.65º | 0.43% | 0.54% | - |
| HSV(B) | 17.65º | 0.54% | 0.74% | - |
| XYZ | 28.66 | 23.85 | 11.9 | - |
| YUV | 134.11 | 100.85 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 116 | 86 | 0 | 0.38 | 0.54 | 0.26 | 17.65 | 0.43 | 0.54 |
| Hex | BC | 74 | 56 | 0 | 26 | 36 | 1A | 12 | 2B | 36 |
| Octal | 274 | 164 | 126 | 0 | 46 | 66 | 32 | 22 | 53 | 66 |
| Binary | 10111100 | 1110100 | 1010110 | 0 | 100110 | 110110 | 11010 | 10010 | 101011 | 110110 |
Color Harmonies of #BC7456
Complementary color
Monochromatic Colors of #BC7456
Black with #BC7456
Text Example
Text Example
White with #BC7456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7456; }
p { color: rgb(188,116,86); }
H1.HeaderClassName
{
color: #BC7456;
}
.AnyTagClassName
{
color: #BC7456;
}
</style>
background-color css
<style>
a { background-color: #BC7456; }
a { background-color: rgb(188,116,86); }
div.DivClassName
{
background-color: #BC7456;
}
.BgClassName
{
background-color: #BC7456;
}
</style>
border-color css
<style>
span { border-color: #BC7456; }
span { border-color: rgb(188,116,86); }
td.TdClassName
{
border-color: #BC7456;
}
.TagClassName
{
border-color: #BC7456;
}
</style>