Shades of Japonica #BD7860
Tints of Japonica #BD7860
RGB
CMYK
RGB Variations
Color information
#BD7860 (or 0xBD7860) is known color: Japonica. HEX triplet: BD, 78 and 60. RGB value is (189,120,96). Sum of RGB (Red+Green+Blue) = 189+120+96=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 120 (47.27% from 255 or 29.63% from 405); Blue value is 96 (37.89% from 255 or 23.70% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7860 is #42879F. Grayscale: #8A8A8A. Windows color (decimal): -4360096 or 6322365. OLE color: 6322365.
HSL color Cylindrical-coordinate representation of color #BD7860: hue angle of 15.48º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD7860 is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 120 | 96 | - |
| CMYK | 0 | 0.37 | 0.49 | 0.26 |
| HSL | 15.48º | 0.41% | 0.56% | - |
| HSV(B) | 15.48º | 0.49% | 0.74% | - |
| XYZ | 29.81 | 25.1 | 14.34 | - |
| YUV | 137.9 | 104.36 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 120 | 96 | 0 | 0.37 | 0.49 | 0.26 | 15.48 | 0.41 | 0.56 |
| Hex | BD | 78 | 60 | 0 | 25 | 31 | 1A | F | 29 | 38 |
| Octal | 275 | 170 | 140 | 0 | 45 | 61 | 32 | 17 | 51 | 70 |
| Binary | 10111101 | 1111000 | 1100000 | 0 | 100101 | 110001 | 11010 | 1111 | 101001 | 111000 |
Color Harmonies of #BD7860
Complementary color
Monochromatic Colors of #BD7860
Black with #BD7860
Text Example
Text Example
White with #BD7860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7860; }
p { color: rgb(189,120,96); }
H1.HeaderClassName
{
color: #BD7860;
}
.AnyTagClassName
{
color: #BD7860;
}
</style>
background-color css
<style>
a { background-color: #BD7860; }
a { background-color: rgb(189,120,96); }
div.DivClassName
{
background-color: #BD7860;
}
.BgClassName
{
background-color: #BD7860;
}
</style>
border-color css
<style>
span { border-color: #BD7860; }
span { border-color: rgb(189,120,96); }
td.TdClassName
{
border-color: #BD7860;
}
.TagClassName
{
border-color: #BD7860;
}
</style>