Shades of Japonica #BE7158
Tints of Japonica #BE7158
RGB
CMYK
RGB Variations
Color information
#BE7158 (or 0xBE7158) is known color: Japonica. HEX triplet: BE, 71 and 58. RGB value is (190,113,88). Sum of RGB (Red+Green+Blue) = 190+113+88=391 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.59% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 88 (34.77% from 255 or 22.51% from 391); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7158 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7158 is #418EA7. Grayscale: #858585. Windows color (decimal): -4296360 or 5796286. OLE color: 5796286.
HSL color Cylindrical-coordinate representation of color #BE7158: hue angle of 14.71º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BE7158 is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 113 | 88 | - |
| CMYK | 0 | 0.41 | 0.54 | 0.25 |
| HSL | 14.71º | 0.44% | 0.55% | - |
| HSV(B) | 14.71º | 0.54% | 0.75% | - |
| XYZ | 28.9 | 23.46 | 12.24 | - |
| YUV | 133.17 | 102.51 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 113 | 88 | 0 | 0.41 | 0.54 | 0.25 | 14.71 | 0.44 | 0.55 |
| Hex | BE | 71 | 58 | 0 | 29 | 36 | 19 | F | 2C | 37 |
| Octal | 276 | 161 | 130 | 0 | 51 | 66 | 31 | 17 | 54 | 67 |
| Binary | 10111110 | 1110001 | 1011000 | 0 | 101001 | 110110 | 11001 | 1111 | 101100 | 110111 |
Color Harmonies of #BE7158
Complementary color
Monochromatic Colors of #BE7158
Black with #BE7158
Text Example
Text Example
White with #BE7158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7158; }
p { color: rgb(190,113,88); }
H1.HeaderClassName
{
color: #BE7158;
}
.AnyTagClassName
{
color: #BE7158;
}
</style>
background-color css
<style>
a { background-color: #BE7158; }
a { background-color: rgb(190,113,88); }
div.DivClassName
{
background-color: #BE7158;
}
.BgClassName
{
background-color: #BE7158;
}
</style>
border-color css
<style>
span { border-color: #BE7158; }
span { border-color: rgb(190,113,88); }
td.TdClassName
{
border-color: #BE7158;
}
.TagClassName
{
border-color: #BE7158;
}
</style>