Shades of Japonica #BD7056
Tints of Japonica #BD7056
RGB
CMYK
RGB Variations
Color information
#BD7056 (or 0xBD7056) is known color: Japonica. HEX triplet: BD, 70 and 56. RGB value is (189,112,86). Sum of RGB (Red+Green+Blue) = 189+112+86=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 86 (33.98% from 255 or 22.22% from 387); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7056 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7056 is #428FA9. Grayscale: #848484. Windows color (decimal): -4362154 or 5664957. OLE color: 5664957.
HSL color Cylindrical-coordinate representation of color #BD7056: hue angle of 15.15º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD7056 is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 112 | 86 | - |
| CMYK | 0 | 0.41 | 0.54 | 0.26 |
| HSL | 15.15º | 0.44% | 0.54% | - |
| HSV(B) | 15.15º | 0.54% | 0.74% | - |
| XYZ | 28.46 | 23.08 | 11.76 | - |
| YUV | 132.06 | 102.01 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 112 | 86 | 0 | 0.41 | 0.54 | 0.26 | 15.15 | 0.44 | 0.54 |
| Hex | BD | 70 | 56 | 0 | 29 | 36 | 1A | F | 2C | 36 |
| Octal | 275 | 160 | 126 | 0 | 51 | 66 | 32 | 17 | 54 | 66 |
| Binary | 10111101 | 1110000 | 1010110 | 0 | 101001 | 110110 | 11010 | 1111 | 101100 | 110110 |
Color Harmonies of #BD7056
Complementary color
Monochromatic Colors of #BD7056
Black with #BD7056
Text Example
Text Example
White with #BD7056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7056; }
p { color: rgb(189,112,86); }
H1.HeaderClassName
{
color: #BD7056;
}
.AnyTagClassName
{
color: #BD7056;
}
</style>
background-color css
<style>
a { background-color: #BD7056; }
a { background-color: rgb(189,112,86); }
div.DivClassName
{
background-color: #BD7056;
}
.BgClassName
{
background-color: #BD7056;
}
</style>
border-color css
<style>
span { border-color: #BD7056; }
span { border-color: rgb(189,112,86); }
td.TdClassName
{
border-color: #BD7056;
}
.TagClassName
{
border-color: #BD7056;
}
</style>