Shades of Japonica #BF795D
Tints of Japonica #BF795D
RGB
CMYK
RGB Variations
Color information
#BF795D (or 0xBF795D) is known color: Japonica. HEX triplet: BF, 79 and 5D. RGB value is (191,121,93). Sum of RGB (Red+Green+Blue) = 191+121+93=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 121 (47.66% from 255 or 29.88% from 405); Blue value is 93 (36.72% from 255 or 22.96% from 405); Max value from RGB is 191 - color contains mainly: red. Hex color #BF795D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF795D is #4086A2. Grayscale: #8A8A8A. Windows color (decimal): -4228771 or 6126015. OLE color: 6126015.
HSL color Cylindrical-coordinate representation of color #BF795D: hue angle of 17.14º 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 #BF795D is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 121 | 93 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.25 |
| HSL | 17.14º | 0.43% | 0.56% | - |
| HSV(B) | 17.14º | 0.51% | 0.75% | - |
| XYZ | 30.3 | 25.54 | 13.69 | - |
| YUV | 138.74 | 102.19 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 121 | 93 | 0 | 0.37 | 0.51 | 0.25 | 17.14 | 0.43 | 0.56 |
| Hex | BF | 79 | 5D | 0 | 25 | 33 | 19 | 11 | 2B | 38 |
| Octal | 277 | 171 | 135 | 0 | 45 | 63 | 31 | 21 | 53 | 70 |
| Binary | 10111111 | 1111001 | 1011101 | 0 | 100101 | 110011 | 11001 | 10001 | 101011 | 111000 |
Color Harmonies of #BF795D
Complementary color
Monochromatic Colors of #BF795D
Black with #BF795D
Text Example
Text Example
White with #BF795D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF795D; }
p { color: rgb(191,121,93); }
H1.HeaderClassName
{
color: #BF795D;
}
.AnyTagClassName
{
color: #BF795D;
}
</style>
background-color css
<style>
a { background-color: #BF795D; }
a { background-color: rgb(191,121,93); }
div.DivClassName
{
background-color: #BF795D;
}
.BgClassName
{
background-color: #BF795D;
}
</style>
border-color css
<style>
span { border-color: #BF795D; }
span { border-color: rgb(191,121,93); }
td.TdClassName
{
border-color: #BF795D;
}
.TagClassName
{
border-color: #BF795D;
}
</style>