Shades of Japonica #BE7857
Tints of Japonica #BE7857
RGB
CMYK
RGB Variations
Color information
#BE7857 (or 0xBE7857) is known color: Japonica. HEX triplet: BE, 78 and 57. RGB value is (190,120,87). Sum of RGB (Red+Green+Blue) = 190+120+87=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 87 (34.38% from 255 or 21.91% from 397); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7857 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7857 is #4187A8. Grayscale: #898989. Windows color (decimal): -4294569 or 5732542. OLE color: 5732542.
HSL color Cylindrical-coordinate representation of color #BE7857: hue angle of 19.22º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BE7857 is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 120 | 87 | - |
| CMYK | 0 | 0.37 | 0.54 | 0.25 |
| HSL | 19.22º | 0.44% | 0.54% | - |
| HSV(B) | 19.22º | 0.54% | 0.75% | - |
| XYZ | 29.67 | 25.07 | 12.29 | - |
| YUV | 137.17 | 99.69 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 120 | 87 | 0 | 0.37 | 0.54 | 0.25 | 19.22 | 0.44 | 0.54 |
| Hex | BE | 78 | 57 | 0 | 25 | 36 | 19 | 13 | 2C | 36 |
| Octal | 276 | 170 | 127 | 0 | 45 | 66 | 31 | 23 | 54 | 66 |
| Binary | 10111110 | 1111000 | 1010111 | 0 | 100101 | 110110 | 11001 | 10011 | 101100 | 110110 |
Color Harmonies of #BE7857
Complementary color
Monochromatic Colors of #BE7857
Black with #BE7857
Text Example
Text Example
White with #BE7857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7857; }
p { color: rgb(190,120,87); }
H1.HeaderClassName
{
color: #BE7857;
}
.AnyTagClassName
{
color: #BE7857;
}
</style>
background-color css
<style>
a { background-color: #BE7857; }
a { background-color: rgb(190,120,87); }
div.DivClassName
{
background-color: #BE7857;
}
.BgClassName
{
background-color: #BE7857;
}
</style>
border-color css
<style>
span { border-color: #BE7857; }
span { border-color: rgb(190,120,87); }
td.TdClassName
{
border-color: #BE7857;
}
.TagClassName
{
border-color: #BE7857;
}
</style>