Shades of Japonica #BE7B58
Tints of Japonica #BE7B58
RGB
CMYK
RGB Variations
Color information
#BE7B58 (or 0xBE7B58) is known color: Japonica. HEX triplet: BE, 7B and 58. RGB value is (190,123,88). Sum of RGB (Red+Green+Blue) = 190+123+88=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 123 (48.44% from 255 or 30.67% from 401); Blue value is 88 (34.77% from 255 or 21.95% from 401); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7B58 is #4184A7. Grayscale: #8B8B8B. Windows color (decimal): -4293800 or 5798846. OLE color: 5798846.
HSL color Cylindrical-coordinate representation of color #BE7B58: hue angle of 20.59º 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 #BE7B58 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 123 | 88 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.25 |
| HSL | 20.59º | 0.44% | 0.55% | - |
| HSV(B) | 20.59º | 0.54% | 0.75% | - |
| XYZ | 30.08 | 25.82 | 12.63 | - |
| YUV | 139.04 | 99.2 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 123 | 88 | 0 | 0.35 | 0.54 | 0.25 | 20.59 | 0.44 | 0.55 |
| Hex | BE | 7B | 58 | 0 | 23 | 36 | 19 | 15 | 2C | 37 |
| Octal | 276 | 173 | 130 | 0 | 43 | 66 | 31 | 25 | 54 | 67 |
| Binary | 10111110 | 1111011 | 1011000 | 0 | 100011 | 110110 | 11001 | 10101 | 101100 | 110111 |
Color Harmonies of #BE7B58
Complementary color
Monochromatic Colors of #BE7B58
Black with #BE7B58
Text Example
Text Example
White with #BE7B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7B58; }
p { color: rgb(190,123,88); }
H1.HeaderClassName
{
color: #BE7B58;
}
.AnyTagClassName
{
color: #BE7B58;
}
</style>
background-color css
<style>
a { background-color: #BE7B58; }
a { background-color: rgb(190,123,88); }
div.DivClassName
{
background-color: #BE7B58;
}
.BgClassName
{
background-color: #BE7B58;
}
</style>
border-color css
<style>
span { border-color: #BE7B58; }
span { border-color: rgb(190,123,88); }
td.TdClassName
{
border-color: #BE7B58;
}
.TagClassName
{
border-color: #BE7B58;
}
</style>