Shades of Japonica #BE7A60
Tints of Japonica #BE7A60
RGB
CMYK
RGB Variations
Color information
#BE7A60 (or 0xBE7A60) is known color: Japonica. HEX triplet: BE, 7A and 60. RGB value is (190,122,96). Sum of RGB (Red+Green+Blue) = 190+122+96=408 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.57% from 408); Green value is 122 (48.05% from 255 or 29.90% from 408); Blue value is 96 (37.89% from 255 or 23.53% from 408); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7A60 is #41859F. Grayscale: #8B8B8B. Windows color (decimal): -4294048 or 6322878. OLE color: 6322878.
HSL color Cylindrical-coordinate representation of color #BE7A60: hue angle of 16.6º 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 #BE7A60 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 122 | 96 | - |
| CMYK | 0 | 0.36 | 0.49 | 0.25 |
| HSL | 16.6º | 0.42% | 0.56% | - |
| HSV(B) | 16.6º | 0.49% | 0.75% | - |
| XYZ | 30.31 | 25.71 | 14.43 | - |
| YUV | 139.37 | 103.53 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 122 | 96 | 0 | 0.36 | 0.49 | 0.25 | 16.6 | 0.42 | 0.56 |
| Hex | BE | 7A | 60 | 0 | 24 | 31 | 19 | 11 | 2A | 38 |
| Octal | 276 | 172 | 140 | 0 | 44 | 61 | 31 | 21 | 52 | 70 |
| Binary | 10111110 | 1111010 | 1100000 | 0 | 100100 | 110001 | 11001 | 10001 | 101010 | 111000 |
Color Harmonies of #BE7A60
Complementary color
Monochromatic Colors of #BE7A60
Black with #BE7A60
Text Example
Text Example
White with #BE7A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7A60; }
p { color: rgb(190,122,96); }
H1.HeaderClassName
{
color: #BE7A60;
}
.AnyTagClassName
{
color: #BE7A60;
}
</style>
background-color css
<style>
a { background-color: #BE7A60; }
a { background-color: rgb(190,122,96); }
div.DivClassName
{
background-color: #BE7A60;
}
.BgClassName
{
background-color: #BE7A60;
}
</style>
border-color css
<style>
span { border-color: #BE7A60; }
span { border-color: rgb(190,122,96); }
td.TdClassName
{
border-color: #BE7A60;
}
.TagClassName
{
border-color: #BE7A60;
}
</style>