Shades of Japonica #BD7859
Tints of Japonica #BD7859
RGB
CMYK
RGB Variations
Color information
#BD7859 (or 0xBD7859) is known color: Japonica. HEX triplet: BD, 78 and 59. RGB value is (189,120,89). Sum of RGB (Red+Green+Blue) = 189+120+89=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 120 (47.27% from 255 or 30.15% from 398); Blue value is 89 (35.16% from 255 or 22.36% from 398); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7859 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7859 is #4287A6. Grayscale: #898989. Windows color (decimal): -4360103 or 5863613. OLE color: 5863613.
HSL color Cylindrical-coordinate representation of color #BD7859: hue angle of 18.6º 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 #BD7859 is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 120 | 89 | - |
| CMYK | 0 | 0.37 | 0.53 | 0.26 |
| HSL | 18.6º | 0.43% | 0.55% | - |
| HSV(B) | 18.6º | 0.53% | 0.74% | - |
| XYZ | 29.51 | 24.97 | 12.72 | - |
| YUV | 137.1 | 100.86 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 120 | 89 | 0 | 0.37 | 0.53 | 0.26 | 18.6 | 0.43 | 0.55 |
| Hex | BD | 78 | 59 | 0 | 25 | 35 | 1A | 13 | 2B | 37 |
| Octal | 275 | 170 | 131 | 0 | 45 | 65 | 32 | 23 | 53 | 67 |
| Binary | 10111101 | 1111000 | 1011001 | 0 | 100101 | 110101 | 11010 | 10011 | 101011 | 110111 |
Color Harmonies of #BD7859
Complementary color
Monochromatic Colors of #BD7859
Black with #BD7859
Text Example
Text Example
White with #BD7859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7859; }
p { color: rgb(189,120,89); }
H1.HeaderClassName
{
color: #BD7859;
}
.AnyTagClassName
{
color: #BD7859;
}
</style>
background-color css
<style>
a { background-color: #BD7859; }
a { background-color: rgb(189,120,89); }
div.DivClassName
{
background-color: #BD7859;
}
.BgClassName
{
background-color: #BD7859;
}
</style>
border-color css
<style>
span { border-color: #BD7859; }
span { border-color: rgb(189,120,89); }
td.TdClassName
{
border-color: #BD7859;
}
.TagClassName
{
border-color: #BD7859;
}
</style>