Shades of Japonica #B9785D
Tints of Japonica #B9785D
RGB
CMYK
RGB Variations
Color information
#B9785D (or 0xB9785D) is known color: Japonica. HEX triplet: B9, 78 and 5D. RGB value is (185,120,93). Sum of RGB (Red+Green+Blue) = 185+120+93=398 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.48% from 398); Green value is 120 (47.27% from 255 or 30.15% from 398); Blue value is 93 (36.72% from 255 or 23.37% from 398); Max value from RGB is 185 - color contains mainly: red. Hex color #B9785D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9785D is #4687A2. Grayscale: #888888. Windows color (decimal): -4622243 or 6125753. OLE color: 6125753.
HSL color Cylindrical-coordinate representation of color #B9785D: hue angle of 17.61º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B9785D is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 120 | 93 | - |
| CMYK | 0 | 0.35 | 0.50 | 0.27 |
| HSL | 17.61º | 0.4% | 0.55% | - |
| HSV(B) | 17.61º | 0.5% | 0.73% | - |
| XYZ | 28.7 | 24.54 | 13.58 | - |
| YUV | 136.36 | 103.53 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 120 | 93 | 0 | 0.35 | 0.50 | 0.27 | 17.61 | 0.4 | 0.55 |
| Hex | B9 | 78 | 5D | 0 | 23 | 32 | 1B | 12 | 28 | 37 |
| Octal | 271 | 170 | 135 | 0 | 43 | 62 | 33 | 22 | 50 | 67 |
| Binary | 10111001 | 1111000 | 1011101 | 0 | 100011 | 110010 | 11011 | 10010 | 101000 | 110111 |
Color Harmonies of #B9785D
Complementary color
Monochromatic Colors of #B9785D
Black with #B9785D
Text Example
Text Example
White with #B9785D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9785D; }
p { color: rgb(185,120,93); }
H1.HeaderClassName
{
color: #B9785D;
}
.AnyTagClassName
{
color: #B9785D;
}
</style>
background-color css
<style>
a { background-color: #B9785D; }
a { background-color: rgb(185,120,93); }
div.DivClassName
{
background-color: #B9785D;
}
.BgClassName
{
background-color: #B9785D;
}
</style>
border-color css
<style>
span { border-color: #B9785D; }
span { border-color: rgb(185,120,93); }
td.TdClassName
{
border-color: #B9785D;
}
.TagClassName
{
border-color: #B9785D;
}
</style>