Shades of Japonica #BE765D
Tints of Japonica #BE765D
RGB
CMYK
RGB Variations
Color information
#BE765D (or 0xBE765D) is known color: Japonica. HEX triplet: BE, 76 and 5D. RGB value is (190,118,93). Sum of RGB (Red+Green+Blue) = 190+118+93=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 190 - color contains mainly: red. Hex color #BE765D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE765D is #4189A2. Grayscale: #888888. Windows color (decimal): -4295075 or 6125246. OLE color: 6125246.
HSL color Cylindrical-coordinate representation of color #BE765D: hue angle of 15.46º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE765D is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 118 | 93 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.25 |
| HSL | 15.46º | 0.43% | 0.55% | - |
| HSV(B) | 15.46º | 0.51% | 0.75% | - |
| XYZ | 29.69 | 24.69 | 13.56 | - |
| YUV | 136.68 | 103.35 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 118 | 93 | 0 | 0.38 | 0.51 | 0.25 | 15.46 | 0.43 | 0.55 |
| Hex | BE | 76 | 5D | 0 | 26 | 33 | 19 | F | 2B | 37 |
| Octal | 276 | 166 | 135 | 0 | 46 | 63 | 31 | 17 | 53 | 67 |
| Binary | 10111110 | 1110110 | 1011101 | 0 | 100110 | 110011 | 11001 | 1111 | 101011 | 110111 |
Color Harmonies of #BE765D
Complementary color
Monochromatic Colors of #BE765D
Black with #BE765D
Text Example
Text Example
White with #BE765D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE765D; }
p { color: rgb(190,118,93); }
H1.HeaderClassName
{
color: #BE765D;
}
.AnyTagClassName
{
color: #BE765D;
}
</style>
background-color css
<style>
a { background-color: #BE765D; }
a { background-color: rgb(190,118,93); }
div.DivClassName
{
background-color: #BE765D;
}
.BgClassName
{
background-color: #BE765D;
}
</style>
border-color css
<style>
span { border-color: #BE765D; }
span { border-color: rgb(190,118,93); }
td.TdClassName
{
border-color: #BE765D;
}
.TagClassName
{
border-color: #BE765D;
}
</style>