Shades of Japonica #BF7759
Tints of Japonica #BF7759
RGB
CMYK
RGB Variations
Color information
#BF7759 (or 0xBF7759) is known color: Japonica. HEX triplet: BF, 77 and 59. RGB value is (191,119,89). Sum of RGB (Red+Green+Blue) = 191+119+89=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 119 (46.88% from 255 or 29.82% from 399); Blue value is 89 (35.16% from 255 or 22.31% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7759 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7759 is #4088A6. Grayscale: #898989. Windows color (decimal): -4229287 or 5863359. OLE color: 5863359.
HSL color Cylindrical-coordinate representation of color #BF7759: hue angle of 17.65º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BF7759 is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 119 | 89 | - |
| CMYK | 0 | 0.38 | 0.53 | 0.25 |
| HSL | 17.65º | 0.44% | 0.55% | - |
| HSV(B) | 17.65º | 0.53% | 0.75% | - |
| XYZ | 29.89 | 24.99 | 12.7 | - |
| YUV | 137.11 | 100.85 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 119 | 89 | 0 | 0.38 | 0.53 | 0.25 | 17.65 | 0.44 | 0.55 |
| Hex | BF | 77 | 59 | 0 | 26 | 35 | 19 | 12 | 2C | 37 |
| Octal | 277 | 167 | 131 | 0 | 46 | 65 | 31 | 22 | 54 | 67 |
| Binary | 10111111 | 1110111 | 1011001 | 0 | 100110 | 110101 | 11001 | 10010 | 101100 | 110111 |
Color Harmonies of #BF7759
Complementary color
Monochromatic Colors of #BF7759
Black with #BF7759
Text Example
Text Example
White with #BF7759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7759; }
p { color: rgb(191,119,89); }
H1.HeaderClassName
{
color: #BF7759;
}
.AnyTagClassName
{
color: #BF7759;
}
</style>
background-color css
<style>
a { background-color: #BF7759; }
a { background-color: rgb(191,119,89); }
div.DivClassName
{
background-color: #BF7759;
}
.BgClassName
{
background-color: #BF7759;
}
</style>
border-color css
<style>
span { border-color: #BF7759; }
span { border-color: rgb(191,119,89); }
td.TdClassName
{
border-color: #BF7759;
}
.TagClassName
{
border-color: #BF7759;
}
</style>