Shades of Japonica #BF7259
Tints of Japonica #BF7259
RGB
CMYK
RGB Variations
Color information
#BF7259 (or 0xBF7259) is known color: Japonica. HEX triplet: BF, 72 and 59. RGB value is (191,114,89). Sum of RGB (Red+Green+Blue) = 191+114+89=394 (52% of max value = 765). Red value is 191 (75% from 255 or 48.48% from 394); Green value is 114 (44.92% from 255 or 28.93% from 394); Blue value is 89 (35.16% from 255 or 22.59% from 394); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7259 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7259 is #408DA6. Grayscale: #868686. Windows color (decimal): -4230567 or 5862079. OLE color: 5862079.
HSL color Cylindrical-coordinate representation of color #BF7259: hue angle of 14.71º 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 #BF7259 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 114 | 89 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.25 |
| HSL | 14.71º | 0.44% | 0.55% | - |
| HSV(B) | 14.71º | 0.53% | 0.75% | - |
| XYZ | 29.31 | 23.83 | 12.51 | - |
| YUV | 134.17 | 102.51 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 114 | 89 | 0 | 0.40 | 0.53 | 0.25 | 14.71 | 0.44 | 0.55 |
| Hex | BF | 72 | 59 | 0 | 28 | 35 | 19 | F | 2C | 37 |
| Octal | 277 | 162 | 131 | 0 | 50 | 65 | 31 | 17 | 54 | 67 |
| Binary | 10111111 | 1110010 | 1011001 | 0 | 101000 | 110101 | 11001 | 1111 | 101100 | 110111 |
Color Harmonies of #BF7259
Complementary color
Monochromatic Colors of #BF7259
Black with #BF7259
Text Example
Text Example
White with #BF7259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7259; }
p { color: rgb(191,114,89); }
H1.HeaderClassName
{
color: #BF7259;
}
.AnyTagClassName
{
color: #BF7259;
}
</style>
background-color css
<style>
a { background-color: #BF7259; }
a { background-color: rgb(191,114,89); }
div.DivClassName
{
background-color: #BF7259;
}
.BgClassName
{
background-color: #BF7259;
}
</style>
border-color css
<style>
span { border-color: #BF7259; }
span { border-color: rgb(191,114,89); }
td.TdClassName
{
border-color: #BF7259;
}
.TagClassName
{
border-color: #BF7259;
}
</style>