Shades of Japonica #BF6E5A
Tints of Japonica #BF6E5A
RGB
CMYK
RGB Variations
Color information
#BF6E5A (or 0xBF6E5A) is known color: Japonica. HEX triplet: BF, 6E and 5A. RGB value is (191,110,90). Sum of RGB (Red+Green+Blue) = 191+110+90=391 (51% of max value = 765). Red value is 191 (75% from 255 or 48.85% from 391); Green value is 110 (43.36% from 255 or 28.13% from 391); Blue value is 90 (35.55% from 255 or 23.02% from 391); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6E5A is #4091A5. Grayscale: #848484. Windows color (decimal): -4231590 or 5926591. OLE color: 5926591.
HSL color Cylindrical-coordinate representation of color #BF6E5A: hue angle of 11.88º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BF6E5A is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 110 | 90 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.25 |
| HSL | 11.88º | 0.44% | 0.55% | - |
| HSV(B) | 11.88º | 0.53% | 0.75% | - |
| XYZ | 28.91 | 22.97 | 12.58 | - |
| YUV | 131.94 | 104.34 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 110 | 90 | 0 | 0.42 | 0.53 | 0.25 | 11.88 | 0.44 | 0.55 |
| Hex | BF | 6E | 5A | 0 | 2A | 35 | 19 | C | 2C | 37 |
| Octal | 277 | 156 | 132 | 0 | 52 | 65 | 31 | 14 | 54 | 67 |
| Binary | 10111111 | 1101110 | 1011010 | 0 | 101010 | 110101 | 11001 | 1100 | 101100 | 110111 |
Color Harmonies of #BF6E5A
Complementary color
Monochromatic Colors of #BF6E5A
Black with #BF6E5A
Text Example
Text Example
White with #BF6E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6E5A; }
p { color: rgb(191,110,90); }
H1.HeaderClassName
{
color: #BF6E5A;
}
.AnyTagClassName
{
color: #BF6E5A;
}
</style>
background-color css
<style>
a { background-color: #BF6E5A; }
a { background-color: rgb(191,110,90); }
div.DivClassName
{
background-color: #BF6E5A;
}
.BgClassName
{
background-color: #BF6E5A;
}
</style>
border-color css
<style>
span { border-color: #BF6E5A; }
span { border-color: rgb(191,110,90); }
td.TdClassName
{
border-color: #BF6E5A;
}
.TagClassName
{
border-color: #BF6E5A;
}
</style>