Shades of Japonica #BF6E57
Tints of Japonica #BF6E57
RGB
CMYK
RGB Variations
Color information
#BF6E57 (or 0xBF6E57) is known color: Japonica. HEX triplet: BF, 6E and 57. RGB value is (191,110,87). Sum of RGB (Red+Green+Blue) = 191+110+87=388 (51% of max value = 765). Red value is 191 (75% from 255 or 49.23% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 87 (34.38% from 255 or 22.42% from 388); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6E57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6E57 is #4091A8. Grayscale: #838383. Windows color (decimal): -4231593 or 5729983. OLE color: 5729983.
HSL color Cylindrical-coordinate representation of color #BF6E57: hue angle of 13.27º 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 #BF6E57 is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 110 | 87 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.25 |
| HSL | 13.27º | 0.45% | 0.55% | - |
| HSV(B) | 13.27º | 0.54% | 0.75% | - |
| XYZ | 28.78 | 22.92 | 11.92 | - |
| YUV | 131.6 | 102.84 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 110 | 87 | 0 | 0.42 | 0.54 | 0.25 | 13.27 | 0.45 | 0.55 |
| Hex | BF | 6E | 57 | 0 | 2A | 36 | 19 | D | 2D | 37 |
| Octal | 277 | 156 | 127 | 0 | 52 | 66 | 31 | 15 | 55 | 67 |
| Binary | 10111111 | 1101110 | 1010111 | 0 | 101010 | 110110 | 11001 | 1101 | 101101 | 110111 |
Color Harmonies of #BF6E57
Complementary color
Monochromatic Colors of #BF6E57
Black with #BF6E57
Text Example
Text Example
White with #BF6E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6E57; }
p { color: rgb(191,110,87); }
H1.HeaderClassName
{
color: #BF6E57;
}
.AnyTagClassName
{
color: #BF6E57;
}
</style>
background-color css
<style>
a { background-color: #BF6E57; }
a { background-color: rgb(191,110,87); }
div.DivClassName
{
background-color: #BF6E57;
}
.BgClassName
{
background-color: #BF6E57;
}
</style>
border-color css
<style>
span { border-color: #BF6E57; }
span { border-color: rgb(191,110,87); }
td.TdClassName
{
border-color: #BF6E57;
}
.TagClassName
{
border-color: #BF6E57;
}
</style>