Shades of Japonica #BE785F
Tints of Japonica #BE785F
RGB
CMYK
RGB Variations
Color information
#BE785F (or 0xBE785F) is known color: Japonica. HEX triplet: BE, 78 and 5F. RGB value is (190,120,95). Sum of RGB (Red+Green+Blue) = 190+120+95=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 120 (47.27% from 255 or 29.63% from 405); Blue value is 95 (37.5% from 255 or 23.46% from 405); Max value from RGB is 190 - color contains mainly: red. Hex color #BE785F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE785F is #4187A0. Grayscale: #8A8A8A. Windows color (decimal): -4294561 or 6256830. OLE color: 6256830.
HSL color Cylindrical-coordinate representation of color #BE785F: hue angle of 15.79º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BE785F is Cyan = 0, Magento = 0.37, Yellow = 0.5 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 120 | 95 | - |
| CMYK | 0 | 0.37 | 0.5 | 0.25 |
| HSL | 15.79º | 0.42% | 0.56% | - |
| HSV(B) | 15.79º | 0.5% | 0.75% | - |
| XYZ | 30.02 | 25.21 | 14.11 | - |
| YUV | 138.08 | 103.69 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 120 | 95 | 0 | 0.37 | 0.5 | 0.25 | 15.79 | 0.42 | 0.56 |
| Hex | BE | 78 | 5F | 0 | 25 | 32 | 19 | 10 | 2A | 38 |
| Octal | 276 | 170 | 137 | 0 | 45 | 62 | 31 | 20 | 52 | 70 |
| Binary | 10111110 | 1111000 | 1011111 | 0 | 100101 | 110010 | 11001 | 10000 | 101010 | 111000 |
Color Harmonies of #BE785F
Complementary color
Monochromatic Colors of #BE785F
Black with #BE785F
Text Example
Text Example
White with #BE785F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE785F; }
p { color: rgb(190,120,95); }
H1.HeaderClassName
{
color: #BE785F;
}
.AnyTagClassName
{
color: #BE785F;
}
</style>
background-color css
<style>
a { background-color: #BE785F; }
a { background-color: rgb(190,120,95); }
div.DivClassName
{
background-color: #BE785F;
}
.BgClassName
{
background-color: #BE785F;
}
</style>
border-color css
<style>
span { border-color: #BE785F; }
span { border-color: rgb(190,120,95); }
td.TdClassName
{
border-color: #BE785F;
}
.TagClassName
{
border-color: #BE785F;
}
</style>