Shades of Japonica #BE725B
Tints of Japonica #BE725B
RGB
CMYK
RGB Variations
Color information
#BE725B (or 0xBE725B) is known color: Japonica. HEX triplet: BE, 72 and 5B. RGB value is (190,114,91). Sum of RGB (Red+Green+Blue) = 190+114+91=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 114 (44.92% from 255 or 28.86% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BE725B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE725B is #418DA4. Grayscale: #868686. Windows color (decimal): -4296101 or 5993150. OLE color: 5993150.
HSL color Cylindrical-coordinate representation of color #BE725B: hue angle of 13.94º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BE725B is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 114 | 91 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.25 |
| HSL | 13.94º | 0.43% | 0.55% | - |
| HSV(B) | 13.94º | 0.52% | 0.75% | - |
| XYZ | 29.14 | 23.74 | 12.94 | - |
| YUV | 134.1 | 103.68 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 114 | 91 | 0 | 0.40 | 0.52 | 0.25 | 13.94 | 0.43 | 0.55 |
| Hex | BE | 72 | 5B | 0 | 28 | 34 | 19 | E | 2B | 37 |
| Octal | 276 | 162 | 133 | 0 | 50 | 64 | 31 | 16 | 53 | 67 |
| Binary | 10111110 | 1110010 | 1011011 | 0 | 101000 | 110100 | 11001 | 1110 | 101011 | 110111 |
Color Harmonies of #BE725B
Complementary color
Monochromatic Colors of #BE725B
Black with #BE725B
Text Example
Text Example
White with #BE725B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE725B; }
p { color: rgb(190,114,91); }
H1.HeaderClassName
{
color: #BE725B;
}
.AnyTagClassName
{
color: #BE725B;
}
</style>
background-color css
<style>
a { background-color: #BE725B; }
a { background-color: rgb(190,114,91); }
div.DivClassName
{
background-color: #BE725B;
}
.BgClassName
{
background-color: #BE725B;
}
</style>
border-color css
<style>
span { border-color: #BE725B; }
span { border-color: rgb(190,114,91); }
td.TdClassName
{
border-color: #BE725B;
}
.TagClassName
{
border-color: #BE725B;
}
</style>