Shades of Japonica #BF7860
Tints of Japonica #BF7860
RGB
CMYK
RGB Variations
Color information
#BF7860 (or 0xBF7860) is known color: Japonica. HEX triplet: BF, 78 and 60. RGB value is (191,120,96). Sum of RGB (Red+Green+Blue) = 191+120+96=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 120 (47.27% from 255 or 29.48% from 407); Blue value is 96 (37.89% from 255 or 23.59% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7860 is #40879F. Grayscale: #8A8A8A. Windows color (decimal): -4229024 or 6322367. OLE color: 6322367.
HSL color Cylindrical-coordinate representation of color #BF7860: hue angle of 15.16º degrees, saturation: 0.43, 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 #BF7860 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 120 | 96 | - |
| CMYK | 0 | 0.37 | 0.50 | 0.25 |
| HSL | 15.16º | 0.43% | 0.56% | - |
| HSV(B) | 15.16º | 0.5% | 0.75% | - |
| XYZ | 30.31 | 25.35 | 14.36 | - |
| YUV | 138.49 | 104.02 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 120 | 96 | 0 | 0.37 | 0.50 | 0.25 | 15.16 | 0.43 | 0.56 |
| Hex | BF | 78 | 60 | 0 | 25 | 32 | 19 | F | 2B | 38 |
| Octal | 277 | 170 | 140 | 0 | 45 | 62 | 31 | 17 | 53 | 70 |
| Binary | 10111111 | 1111000 | 1100000 | 0 | 100101 | 110010 | 11001 | 1111 | 101011 | 111000 |
Color Harmonies of #BF7860
Complementary color
Monochromatic Colors of #BF7860
Black with #BF7860
Text Example
Text Example
White with #BF7860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7860; }
p { color: rgb(191,120,96); }
H1.HeaderClassName
{
color: #BF7860;
}
.AnyTagClassName
{
color: #BF7860;
}
</style>
background-color css
<style>
a { background-color: #BF7860; }
a { background-color: rgb(191,120,96); }
div.DivClassName
{
background-color: #BF7860;
}
.BgClassName
{
background-color: #BF7860;
}
</style>
border-color css
<style>
span { border-color: #BF7860; }
span { border-color: rgb(191,120,96); }
td.TdClassName
{
border-color: #BF7860;
}
.TagClassName
{
border-color: #BF7860;
}
</style>