Shades of Japonica #BC7958
Tints of Japonica #BC7958
RGB
CMYK
RGB Variations
Color information
#BC7958 (or 0xBC7958) is known color: Japonica. HEX triplet: BC, 79 and 58. RGB value is (188,121,88). Sum of RGB (Red+Green+Blue) = 188+121+88=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 121 (47.66% from 255 or 30.48% from 397); Blue value is 88 (34.77% from 255 or 22.17% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7958 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7958 is #4386A7. Grayscale: #898989. Windows color (decimal): -4425384 or 5798332. OLE color: 5798332.
HSL color Cylindrical-coordinate representation of color #BC7958: hue angle of 19.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 #BC7958 is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 121 | 88 | - |
| CMYK | 0 | 0.36 | 0.53 | 0.26 |
| HSL | 19.8º | 0.43% | 0.54% | - |
| HSV(B) | 19.8º | 0.53% | 0.74% | - |
| XYZ | 29.34 | 25.07 | 12.53 | - |
| YUV | 137.27 | 100.2 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 121 | 88 | 0 | 0.36 | 0.53 | 0.26 | 19.8 | 0.43 | 0.54 |
| Hex | BC | 79 | 58 | 0 | 24 | 35 | 1A | 14 | 2B | 36 |
| Octal | 274 | 171 | 130 | 0 | 44 | 65 | 32 | 24 | 53 | 66 |
| Binary | 10111100 | 1111001 | 1011000 | 0 | 100100 | 110101 | 11010 | 10100 | 101011 | 110110 |
Color Harmonies of #BC7958
Complementary color
Monochromatic Colors of #BC7958
Black with #BC7958
Text Example
Text Example
White with #BC7958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7958; }
p { color: rgb(188,121,88); }
H1.HeaderClassName
{
color: #BC7958;
}
.AnyTagClassName
{
color: #BC7958;
}
</style>
background-color css
<style>
a { background-color: #BC7958; }
a { background-color: rgb(188,121,88); }
div.DivClassName
{
background-color: #BC7958;
}
.BgClassName
{
background-color: #BC7958;
}
</style>
border-color css
<style>
span { border-color: #BC7958; }
span { border-color: rgb(188,121,88); }
td.TdClassName
{
border-color: #BC7958;
}
.TagClassName
{
border-color: #BC7958;
}
</style>