Shades of Japonica #BE7860
Tints of Japonica #BE7860
RGB
CMYK
RGB Variations
Color information
#BE7860 (or 0xBE7860) is known color: Japonica. HEX triplet: BE, 78 and 60. RGB value is (190,120,96). Sum of RGB (Red+Green+Blue) = 190+120+96=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 120 (47.27% from 255 or 29.56% from 406); Blue value is 96 (37.89% from 255 or 23.65% from 406); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7860 is #41879F. Grayscale: #8A8A8A. Windows color (decimal): -4294560 or 6322366. OLE color: 6322366.
HSL color Cylindrical-coordinate representation of color #BE7860: hue angle of 15.32º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BE7860 is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 120 | 96 | - |
| CMYK | 0 | 0.37 | 0.49 | 0.25 |
| HSL | 15.32º | 0.42% | 0.56% | - |
| HSV(B) | 15.32º | 0.49% | 0.75% | - |
| XYZ | 30.06 | 25.22 | 14.35 | - |
| YUV | 138.19 | 104.19 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 120 | 96 | 0 | 0.37 | 0.49 | 0.25 | 15.32 | 0.42 | 0.56 |
| Hex | BE | 78 | 60 | 0 | 25 | 31 | 19 | F | 2A | 38 |
| Octal | 276 | 170 | 140 | 0 | 45 | 61 | 31 | 17 | 52 | 70 |
| Binary | 10111110 | 1111000 | 1100000 | 0 | 100101 | 110001 | 11001 | 1111 | 101010 | 111000 |
Color Harmonies of #BE7860
Complementary color
Monochromatic Colors of #BE7860
Black with #BE7860
Text Example
Text Example
White with #BE7860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7860; }
p { color: rgb(190,120,96); }
H1.HeaderClassName
{
color: #BE7860;
}
.AnyTagClassName
{
color: #BE7860;
}
</style>
background-color css
<style>
a { background-color: #BE7860; }
a { background-color: rgb(190,120,96); }
div.DivClassName
{
background-color: #BE7860;
}
.BgClassName
{
background-color: #BE7860;
}
</style>
border-color css
<style>
span { border-color: #BE7860; }
span { border-color: rgb(190,120,96); }
td.TdClassName
{
border-color: #BE7860;
}
.TagClassName
{
border-color: #BE7860;
}
</style>