Shades of Japonica #BF7356
Tints of Japonica #BF7356
RGB
CMYK
RGB Variations
Color information
#BF7356 (or 0xBF7356) is known color: Japonica. HEX triplet: BF, 73 and 56. RGB value is (191,115,86). Sum of RGB (Red+Green+Blue) = 191+115+86=392 (51% of max value = 765). Red value is 191 (75% from 255 or 48.72% from 392); Green value is 115 (45.31% from 255 or 29.34% from 392); Blue value is 86 (33.98% from 255 or 21.94% from 392); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7356 is #408CA9. Grayscale: #868686. Windows color (decimal): -4230314 or 5665727. OLE color: 5665727.
HSL color Cylindrical-coordinate representation of color #BF7356: hue angle of 16.57º degrees, saturation: 0.45, 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 #BF7356 is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 115 | 86 | - |
| CMYK | 0 | 0.40 | 0.55 | 0.25 |
| HSL | 16.57º | 0.45% | 0.54% | - |
| HSV(B) | 16.57º | 0.55% | 0.75% | - |
| XYZ | 29.3 | 24.01 | 11.89 | - |
| YUV | 134.42 | 100.68 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 115 | 86 | 0 | 0.40 | 0.55 | 0.25 | 16.57 | 0.45 | 0.54 |
| Hex | BF | 73 | 56 | 0 | 28 | 37 | 19 | 11 | 2D | 36 |
| Octal | 277 | 163 | 126 | 0 | 50 | 67 | 31 | 21 | 55 | 66 |
| Binary | 10111111 | 1110011 | 1010110 | 0 | 101000 | 110111 | 11001 | 10001 | 101101 | 110110 |
Color Harmonies of #BF7356
Complementary color
Monochromatic Colors of #BF7356
Black with #BF7356
Text Example
Text Example
White with #BF7356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7356; }
p { color: rgb(191,115,86); }
H1.HeaderClassName
{
color: #BF7356;
}
.AnyTagClassName
{
color: #BF7356;
}
</style>
background-color css
<style>
a { background-color: #BF7356; }
a { background-color: rgb(191,115,86); }
div.DivClassName
{
background-color: #BF7356;
}
.BgClassName
{
background-color: #BF7356;
}
</style>
border-color css
<style>
span { border-color: #BF7356; }
span { border-color: rgb(191,115,86); }
td.TdClassName
{
border-color: #BF7356;
}
.TagClassName
{
border-color: #BF7356;
}
</style>