Shades of Japonica #BE765E
Tints of Japonica #BE765E
RGB
CMYK
RGB Variations
Color information
#BE765E (or 0xBE765E) is known color: Japonica. HEX triplet: BE, 76 and 5E. RGB value is (190,118,94). Sum of RGB (Red+Green+Blue) = 190+118+94=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 118 (46.48% from 255 or 29.35% from 402); Blue value is 94 (37.11% from 255 or 23.38% from 402); Max value from RGB is 190 - color contains mainly: red. Hex color #BE765E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE765E is #4189A1. Grayscale: #888888. Windows color (decimal): -4295074 or 6190782. OLE color: 6190782.
HSL color Cylindrical-coordinate representation of color #BE765E: hue angle of 15º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE765E is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 118 | 94 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.25 |
| HSL | 15º | 0.42% | 0.56% | - |
| HSV(B) | 15º | 0.51% | 0.75% | - |
| XYZ | 29.73 | 24.71 | 13.79 | - |
| YUV | 136.79 | 103.85 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 118 | 94 | 0 | 0.38 | 0.51 | 0.25 | 15 | 0.42 | 0.56 |
| Hex | BE | 76 | 5E | 0 | 26 | 33 | 19 | F | 2A | 38 |
| Octal | 276 | 166 | 136 | 0 | 46 | 63 | 31 | 17 | 52 | 70 |
| Binary | 10111110 | 1110110 | 1011110 | 0 | 100110 | 110011 | 11001 | 1111 | 101010 | 111000 |
Color Harmonies of #BE765E
Complementary color
Monochromatic Colors of #BE765E
Black with #BE765E
Text Example
Text Example
White with #BE765E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE765E; }
p { color: rgb(190,118,94); }
H1.HeaderClassName
{
color: #BE765E;
}
.AnyTagClassName
{
color: #BE765E;
}
</style>
background-color css
<style>
a { background-color: #BE765E; }
a { background-color: rgb(190,118,94); }
div.DivClassName
{
background-color: #BE765E;
}
.BgClassName
{
background-color: #BE765E;
}
</style>
border-color css
<style>
span { border-color: #BE765E; }
span { border-color: rgb(190,118,94); }
td.TdClassName
{
border-color: #BE765E;
}
.TagClassName
{
border-color: #BE765E;
}
</style>