Shades of Japonica #BC7458
Tints of Japonica #BC7458
RGB
CMYK
RGB Variations
Color information
#BC7458 (or 0xBC7458) is known color: Japonica. HEX triplet: BC, 74 and 58. RGB value is (188,116,88). Sum of RGB (Red+Green+Blue) = 188+116+88=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 116 (45.70% from 255 or 29.59% from 392); Blue value is 88 (34.77% from 255 or 22.45% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7458 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7458 is #438BA7. Grayscale: #868686. Windows color (decimal): -4426664 or 5797052. OLE color: 5797052.
HSL color Cylindrical-coordinate representation of color #BC7458: hue angle of 16.8º degrees, saturation: 0.43, 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 #BC7458 is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 116 | 88 | - |
| CMYK | 0 | 0.38 | 0.53 | 0.26 |
| HSL | 16.8º | 0.43% | 0.54% | - |
| HSV(B) | 16.8º | 0.53% | 0.74% | - |
| XYZ | 28.75 | 23.89 | 12.33 | - |
| YUV | 134.34 | 101.85 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 116 | 88 | 0 | 0.38 | 0.53 | 0.26 | 16.8 | 0.43 | 0.54 |
| Hex | BC | 74 | 58 | 0 | 26 | 35 | 1A | 11 | 2B | 36 |
| Octal | 274 | 164 | 130 | 0 | 46 | 65 | 32 | 21 | 53 | 66 |
| Binary | 10111100 | 1110100 | 1011000 | 0 | 100110 | 110101 | 11010 | 10001 | 101011 | 110110 |
Color Harmonies of #BC7458
Complementary color
Monochromatic Colors of #BC7458
Black with #BC7458
Text Example
Text Example
White with #BC7458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7458; }
p { color: rgb(188,116,88); }
H1.HeaderClassName
{
color: #BC7458;
}
.AnyTagClassName
{
color: #BC7458;
}
</style>
background-color css
<style>
a { background-color: #BC7458; }
a { background-color: rgb(188,116,88); }
div.DivClassName
{
background-color: #BC7458;
}
.BgClassName
{
background-color: #BC7458;
}
</style>
border-color css
<style>
span { border-color: #BC7458; }
span { border-color: rgb(188,116,88); }
td.TdClassName
{
border-color: #BC7458;
}
.TagClassName
{
border-color: #BC7458;
}
</style>