Shades of Japonica #BF795E
Tints of Japonica #BF795E
RGB
CMYK
RGB Variations
Color information
#BF795E (or 0xBF795E) is known color: Japonica. HEX triplet: BF, 79 and 5E. RGB value is (191,121,94). Sum of RGB (Red+Green+Blue) = 191+121+94=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 121 (47.66% from 255 or 29.80% from 406); Blue value is 94 (37.11% from 255 or 23.15% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BF795E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF795E is #4086A1. Grayscale: #8B8B8B. Windows color (decimal): -4228770 or 6191551. OLE color: 6191551.
HSL color Cylindrical-coordinate representation of color #BF795E: hue angle of 16.7º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF795E is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 121 | 94 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.25 |
| HSL | 16.7º | 0.43% | 0.56% | - |
| HSV(B) | 16.7º | 0.51% | 0.75% | - |
| XYZ | 30.34 | 25.56 | 13.92 | - |
| YUV | 138.85 | 102.69 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 121 | 94 | 0 | 0.37 | 0.51 | 0.25 | 16.7 | 0.43 | 0.56 |
| Hex | BF | 79 | 5E | 0 | 25 | 33 | 19 | 11 | 2B | 38 |
| Octal | 277 | 171 | 136 | 0 | 45 | 63 | 31 | 21 | 53 | 70 |
| Binary | 10111111 | 1111001 | 1011110 | 0 | 100101 | 110011 | 11001 | 10001 | 101011 | 111000 |
Color Harmonies of #BF795E
Complementary color
Monochromatic Colors of #BF795E
Black with #BF795E
Text Example
Text Example
White with #BF795E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF795E; }
p { color: rgb(191,121,94); }
H1.HeaderClassName
{
color: #BF795E;
}
.AnyTagClassName
{
color: #BF795E;
}
</style>
background-color css
<style>
a { background-color: #BF795E; }
a { background-color: rgb(191,121,94); }
div.DivClassName
{
background-color: #BF795E;
}
.BgClassName
{
background-color: #BF795E;
}
</style>
border-color css
<style>
span { border-color: #BF795E; }
span { border-color: rgb(191,121,94); }
td.TdClassName
{
border-color: #BF795E;
}
.TagClassName
{
border-color: #BF795E;
}
</style>