Shades of Japonica #BE6F56
Tints of Japonica #BE6F56
RGB
CMYK
RGB Variations
Color information
#BE6F56 (or 0xBE6F56) is known color: Japonica. HEX triplet: BE, 6F and 56. RGB value is (190,111,86). Sum of RGB (Red+Green+Blue) = 190+111+86=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 111 (43.75% from 255 or 28.68% from 387); Blue value is 86 (33.98% from 255 or 22.22% from 387); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6F56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6F56 is #4190A9. Grayscale: #838383. Windows color (decimal): -4296874 or 5664702. OLE color: 5664702.
HSL color Cylindrical-coordinate representation of color #BE6F56: hue angle of 14.42º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BE6F56 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 111 | 86 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.25 |
| HSL | 14.42º | 0.44% | 0.54% | - |
| HSV(B) | 14.42º | 0.55% | 0.75% | - |
| XYZ | 28.6 | 22.99 | 11.73 | - |
| YUV | 131.77 | 102.17 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 111 | 86 | 0 | 0.42 | 0.55 | 0.25 | 14.42 | 0.44 | 0.54 |
| Hex | BE | 6F | 56 | 0 | 2A | 37 | 19 | E | 2C | 36 |
| Octal | 276 | 157 | 126 | 0 | 52 | 67 | 31 | 16 | 54 | 66 |
| Binary | 10111110 | 1101111 | 1010110 | 0 | 101010 | 110111 | 11001 | 1110 | 101100 | 110110 |
Color Harmonies of #BE6F56
Complementary color
Monochromatic Colors of #BE6F56
Black with #BE6F56
Text Example
Text Example
White with #BE6F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6F56; }
p { color: rgb(190,111,86); }
H1.HeaderClassName
{
color: #BE6F56;
}
.AnyTagClassName
{
color: #BE6F56;
}
</style>
background-color css
<style>
a { background-color: #BE6F56; }
a { background-color: rgb(190,111,86); }
div.DivClassName
{
background-color: #BE6F56;
}
.BgClassName
{
background-color: #BE6F56;
}
</style>
border-color css
<style>
span { border-color: #BE6F56; }
span { border-color: rgb(190,111,86); }
td.TdClassName
{
border-color: #BE6F56;
}
.TagClassName
{
border-color: #BE6F56;
}
</style>