Shades of Japonica #BF7B56
Tints of Japonica #BF7B56
RGB
CMYK
RGB Variations
Color information
#BF7B56 (or 0xBF7B56) is known color: Japonica. HEX triplet: BF, 7B and 56. RGB value is (191,123,86). Sum of RGB (Red+Green+Blue) = 191+123+86=400 (52% of max value = 765). Red value is 191 (75% from 255 or 47.75% from 400); Green value is 123 (48.44% from 255 or 30.75% from 400); Blue value is 86 (33.98% from 255 or 21.5% from 400); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7B56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7B56 is #4084A9. Grayscale: #8B8B8B. Windows color (decimal): -4228266 or 5667775. OLE color: 5667775.
HSL color Cylindrical-coordinate representation of color #BF7B56: hue angle of 21.14º 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 #BF7B56 is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 123 | 86 | - |
| CMYK | 0 | 0.36 | 0.55 | 0.25 |
| HSL | 21.14º | 0.45% | 0.54% | - |
| HSV(B) | 21.14º | 0.55% | 0.75% | - |
| XYZ | 30.25 | 25.91 | 12.21 | - |
| YUV | 139.11 | 98.03 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 123 | 86 | 0 | 0.36 | 0.55 | 0.25 | 21.14 | 0.45 | 0.54 |
| Hex | BF | 7B | 56 | 0 | 24 | 37 | 19 | 15 | 2D | 36 |
| Octal | 277 | 173 | 126 | 0 | 44 | 67 | 31 | 25 | 55 | 66 |
| Binary | 10111111 | 1111011 | 1010110 | 0 | 100100 | 110111 | 11001 | 10101 | 101101 | 110110 |
Color Harmonies of #BF7B56
Complementary color
Monochromatic Colors of #BF7B56
Black with #BF7B56
Text Example
Text Example
White with #BF7B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7B56; }
p { color: rgb(191,123,86); }
H1.HeaderClassName
{
color: #BF7B56;
}
.AnyTagClassName
{
color: #BF7B56;
}
</style>
background-color css
<style>
a { background-color: #BF7B56; }
a { background-color: rgb(191,123,86); }
div.DivClassName
{
background-color: #BF7B56;
}
.BgClassName
{
background-color: #BF7B56;
}
</style>
border-color css
<style>
span { border-color: #BF7B56; }
span { border-color: rgb(191,123,86); }
td.TdClassName
{
border-color: #BF7B56;
}
.TagClassName
{
border-color: #BF7B56;
}
</style>