Shades of Japonica #BF7358
Tints of Japonica #BF7358
RGB
CMYK
RGB Variations
Color information
#BF7358 (or 0xBF7358) is known color: Japonica. HEX triplet: BF, 73 and 58. RGB value is (191,115,88). Sum of RGB (Red+Green+Blue) = 191+115+88=394 (52% of max value = 765). Red value is 191 (75% from 255 or 48.48% from 394); Green value is 115 (45.31% from 255 or 29.19% from 394); Blue value is 88 (34.77% from 255 or 22.34% from 394); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7358 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7358 is #408CA7. Grayscale: #868686. Windows color (decimal): -4230312 or 5796799. OLE color: 5796799.
HSL color Cylindrical-coordinate representation of color #BF7358: hue angle of 15.73º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BF7358 is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 115 | 88 | - |
| CMYK | 0 | 0.40 | 0.54 | 0.25 |
| HSL | 15.73º | 0.45% | 0.55% | - |
| HSV(B) | 15.73º | 0.54% | 0.75% | - |
| XYZ | 29.38 | 24.04 | 12.32 | - |
| YUV | 134.65 | 101.68 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 115 | 88 | 0 | 0.40 | 0.54 | 0.25 | 15.73 | 0.45 | 0.55 |
| Hex | BF | 73 | 58 | 0 | 28 | 36 | 19 | 10 | 2D | 37 |
| Octal | 277 | 163 | 130 | 0 | 50 | 66 | 31 | 20 | 55 | 67 |
| Binary | 10111111 | 1110011 | 1011000 | 0 | 101000 | 110110 | 11001 | 10000 | 101101 | 110111 |
Color Harmonies of #BF7358
Complementary color
Monochromatic Colors of #BF7358
Black with #BF7358
Text Example
Text Example
White with #BF7358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7358; }
p { color: rgb(191,115,88); }
H1.HeaderClassName
{
color: #BF7358;
}
.AnyTagClassName
{
color: #BF7358;
}
</style>
background-color css
<style>
a { background-color: #BF7358; }
a { background-color: rgb(191,115,88); }
div.DivClassName
{
background-color: #BF7358;
}
.BgClassName
{
background-color: #BF7358;
}
</style>
border-color css
<style>
span { border-color: #BF7358; }
span { border-color: rgb(191,115,88); }
td.TdClassName
{
border-color: #BF7358;
}
.TagClassName
{
border-color: #BF7358;
}
</style>