Shades of Japonica #BC7758
Tints of Japonica #BC7758
RGB
CMYK
RGB Variations
Color information
#BC7758 (or 0xBC7758) is known color: Japonica. HEX triplet: BC, 77 and 58. RGB value is (188,119,88). Sum of RGB (Red+Green+Blue) = 188+119+88=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 119 (46.88% from 255 or 30.13% from 395); Blue value is 88 (34.77% from 255 or 22.28% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7758 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7758 is #4388A7. Grayscale: #888888. Windows color (decimal): -4425896 or 5797820. OLE color: 5797820.
HSL color Cylindrical-coordinate representation of color #BC7758: hue angle of 18.6º 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 #BC7758 is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 119 | 88 | - |
| CMYK | 0 | 0.37 | 0.53 | 0.26 |
| HSL | 18.6º | 0.43% | 0.54% | - |
| HSV(B) | 18.6º | 0.53% | 0.74% | - |
| XYZ | 29.1 | 24.59 | 12.45 | - |
| YUV | 136.1 | 100.86 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 119 | 88 | 0 | 0.37 | 0.53 | 0.26 | 18.6 | 0.43 | 0.54 |
| Hex | BC | 77 | 58 | 0 | 25 | 35 | 1A | 13 | 2B | 36 |
| Octal | 274 | 167 | 130 | 0 | 45 | 65 | 32 | 23 | 53 | 66 |
| Binary | 10111100 | 1110111 | 1011000 | 0 | 100101 | 110101 | 11010 | 10011 | 101011 | 110110 |
Color Harmonies of #BC7758
Complementary color
Monochromatic Colors of #BC7758
Black with #BC7758
Text Example
Text Example
White with #BC7758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7758; }
p { color: rgb(188,119,88); }
H1.HeaderClassName
{
color: #BC7758;
}
.AnyTagClassName
{
color: #BC7758;
}
</style>
background-color css
<style>
a { background-color: #BC7758; }
a { background-color: rgb(188,119,88); }
div.DivClassName
{
background-color: #BC7758;
}
.BgClassName
{
background-color: #BC7758;
}
</style>
border-color css
<style>
span { border-color: #BC7758; }
span { border-color: rgb(188,119,88); }
td.TdClassName
{
border-color: #BC7758;
}
.TagClassName
{
border-color: #BC7758;
}
</style>