Shades of Japonica #BC7459
Tints of Japonica #BC7459
RGB
CMYK
RGB Variations
Color information
#BC7459 (or 0xBC7459) is known color: Japonica. HEX triplet: BC, 74 and 59. RGB value is (188,116,89). Sum of RGB (Red+Green+Blue) = 188+116+89=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 116 (45.70% from 255 or 29.52% from 393); Blue value is 89 (35.16% from 255 or 22.65% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7459 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7459 is #438BA6. Grayscale: #868686. Windows color (decimal): -4426663 or 5862588. OLE color: 5862588.
HSL color Cylindrical-coordinate representation of color #BC7459: hue angle of 16.36º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC7459 is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 116 | 89 | - |
| CMYK | 0 | 0.38 | 0.53 | 0.26 |
| HSL | 16.36º | 0.42% | 0.54% | - |
| HSV(B) | 16.36º | 0.53% | 0.74% | - |
| XYZ | 28.79 | 23.9 | 12.55 | - |
| YUV | 134.45 | 102.35 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 116 | 89 | 0 | 0.38 | 0.53 | 0.26 | 16.36 | 0.42 | 0.54 |
| Hex | BC | 74 | 59 | 0 | 26 | 35 | 1A | 10 | 2A | 36 |
| Octal | 274 | 164 | 131 | 0 | 46 | 65 | 32 | 20 | 52 | 66 |
| Binary | 10111100 | 1110100 | 1011001 | 0 | 100110 | 110101 | 11010 | 10000 | 101010 | 110110 |
Color Harmonies of #BC7459
Complementary color
Monochromatic Colors of #BC7459
Black with #BC7459
Text Example
Text Example
White with #BC7459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7459; }
p { color: rgb(188,116,89); }
H1.HeaderClassName
{
color: #BC7459;
}
.AnyTagClassName
{
color: #BC7459;
}
</style>
background-color css
<style>
a { background-color: #BC7459; }
a { background-color: rgb(188,116,89); }
div.DivClassName
{
background-color: #BC7459;
}
.BgClassName
{
background-color: #BC7459;
}
</style>
border-color css
<style>
span { border-color: #BC7459; }
span { border-color: rgb(188,116,89); }
td.TdClassName
{
border-color: #BC7459;
}
.TagClassName
{
border-color: #BC7459;
}
</style>