Shades of Japonica #BD7059
Tints of Japonica #BD7059
RGB
CMYK
RGB Variations
Color information
#BD7059 (or 0xBD7059) is known color: Japonica. HEX triplet: BD, 70 and 59. RGB value is (189,112,89). Sum of RGB (Red+Green+Blue) = 189+112+89=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 89 (35.16% from 255 or 22.82% from 390); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7059 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7059 is #428FA6. Grayscale: #848484. Windows color (decimal): -4362151 or 5861565. OLE color: 5861565.
HSL color Cylindrical-coordinate representation of color #BD7059: hue angle of 13.8º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD7059 is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 112 | 89 | - |
| CMYK | 0 | 0.41 | 0.53 | 0.26 |
| HSL | 13.8º | 0.43% | 0.55% | - |
| HSV(B) | 13.8º | 0.53% | 0.74% | - |
| XYZ | 28.58 | 23.13 | 12.41 | - |
| YUV | 132.4 | 103.51 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 112 | 89 | 0 | 0.41 | 0.53 | 0.26 | 13.8 | 0.43 | 0.55 |
| Hex | BD | 70 | 59 | 0 | 29 | 35 | 1A | E | 2B | 37 |
| Octal | 275 | 160 | 131 | 0 | 51 | 65 | 32 | 16 | 53 | 67 |
| Binary | 10111101 | 1110000 | 1011001 | 0 | 101001 | 110101 | 11010 | 1110 | 101011 | 110111 |
Color Harmonies of #BD7059
Complementary color
Monochromatic Colors of #BD7059
Black with #BD7059
Text Example
Text Example
White with #BD7059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7059; }
p { color: rgb(189,112,89); }
H1.HeaderClassName
{
color: #BD7059;
}
.AnyTagClassName
{
color: #BD7059;
}
</style>
background-color css
<style>
a { background-color: #BD7059; }
a { background-color: rgb(189,112,89); }
div.DivClassName
{
background-color: #BD7059;
}
.BgClassName
{
background-color: #BD7059;
}
</style>
border-color css
<style>
span { border-color: #BD7059; }
span { border-color: rgb(189,112,89); }
td.TdClassName
{
border-color: #BD7059;
}
.TagClassName
{
border-color: #BD7059;
}
</style>