Shades of Japonica #BE7957
Tints of Japonica #BE7957
RGB
CMYK
RGB Variations
Color information
#BE7957 (or 0xBE7957) is known color: Japonica. HEX triplet: BE, 79 and 57. RGB value is (190,121,87). Sum of RGB (Red+Green+Blue) = 190+121+87=398 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.74% from 398); Green value is 121 (47.66% from 255 or 30.40% from 398); Blue value is 87 (34.38% from 255 or 21.86% from 398); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7957 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7957 is #4186A8. Grayscale: #898989. Windows color (decimal): -4294313 or 5732798. OLE color: 5732798.
HSL color Cylindrical-coordinate representation of color #BE7957: hue angle of 19.81º 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 #BE7957 is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 121 | 87 | - |
| CMYK | 0 | 0.36 | 0.54 | 0.25 |
| HSL | 19.81º | 0.44% | 0.54% | - |
| HSV(B) | 19.81º | 0.54% | 0.75% | - |
| XYZ | 29.79 | 25.31 | 12.33 | - |
| YUV | 137.76 | 99.36 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 121 | 87 | 0 | 0.36 | 0.54 | 0.25 | 19.81 | 0.44 | 0.54 |
| Hex | BE | 79 | 57 | 0 | 24 | 36 | 19 | 14 | 2C | 36 |
| Octal | 276 | 171 | 127 | 0 | 44 | 66 | 31 | 24 | 54 | 66 |
| Binary | 10111110 | 1111001 | 1010111 | 0 | 100100 | 110110 | 11001 | 10100 | 101100 | 110110 |
Color Harmonies of #BE7957
Complementary color
Monochromatic Colors of #BE7957
Black with #BE7957
Text Example
Text Example
White with #BE7957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7957; }
p { color: rgb(190,121,87); }
H1.HeaderClassName
{
color: #BE7957;
}
.AnyTagClassName
{
color: #BE7957;
}
</style>
background-color css
<style>
a { background-color: #BE7957; }
a { background-color: rgb(190,121,87); }
div.DivClassName
{
background-color: #BE7957;
}
.BgClassName
{
background-color: #BE7957;
}
</style>
border-color css
<style>
span { border-color: #BE7957; }
span { border-color: rgb(190,121,87); }
td.TdClassName
{
border-color: #BE7957;
}
.TagClassName
{
border-color: #BE7957;
}
</style>