Shades of Japonica #BE785D
Tints of Japonica #BE785D
RGB
CMYK
RGB Variations
Color information
#BE785D (or 0xBE785D) is known color: Japonica. HEX triplet: BE, 78 and 5D. RGB value is (190,120,93). Sum of RGB (Red+Green+Blue) = 190+120+93=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 120 (47.27% from 255 or 29.78% from 403); Blue value is 93 (36.72% from 255 or 23.08% from 403); Max value from RGB is 190 - color contains mainly: red. Hex color #BE785D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE785D is #4187A2. Grayscale: #8A8A8A. Windows color (decimal): -4294563 or 6125758. OLE color: 6125758.
HSL color Cylindrical-coordinate representation of color #BE785D: hue angle of 16.7º 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 #BE785D is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 120 | 93 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.25 |
| HSL | 16.7º | 0.43% | 0.55% | - |
| HSV(B) | 16.7º | 0.51% | 0.75% | - |
| XYZ | 29.93 | 25.17 | 13.64 | - |
| YUV | 137.85 | 102.69 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 120 | 93 | 0 | 0.37 | 0.51 | 0.25 | 16.7 | 0.43 | 0.55 |
| Hex | BE | 78 | 5D | 0 | 25 | 33 | 19 | 11 | 2B | 37 |
| Octal | 276 | 170 | 135 | 0 | 45 | 63 | 31 | 21 | 53 | 67 |
| Binary | 10111110 | 1111000 | 1011101 | 0 | 100101 | 110011 | 11001 | 10001 | 101011 | 110111 |
Color Harmonies of #BE785D
Complementary color
Monochromatic Colors of #BE785D
Black with #BE785D
Text Example
Text Example
White with #BE785D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE785D; }
p { color: rgb(190,120,93); }
H1.HeaderClassName
{
color: #BE785D;
}
.AnyTagClassName
{
color: #BE785D;
}
</style>
background-color css
<style>
a { background-color: #BE785D; }
a { background-color: rgb(190,120,93); }
div.DivClassName
{
background-color: #BE785D;
}
.BgClassName
{
background-color: #BE785D;
}
</style>
border-color css
<style>
span { border-color: #BE785D; }
span { border-color: rgb(190,120,93); }
td.TdClassName
{
border-color: #BE785D;
}
.TagClassName
{
border-color: #BE785D;
}
</style>