Shades of Japonica #B9775D
Tints of Japonica #B9775D
RGB
CMYK
RGB Variations
Color information
#B9775D (or 0xB9775D) is known color: Japonica. HEX triplet: B9, 77 and 5D. RGB value is (185,119,93). Sum of RGB (Red+Green+Blue) = 185+119+93=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 119 (46.88% from 255 or 29.97% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 185 - color contains mainly: red. Hex color #B9775D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9775D is #4688A2. Grayscale: #878787. Windows color (decimal): -4622499 or 6125497. OLE color: 6125497.
HSL color Cylindrical-coordinate representation of color #B9775D: hue angle of 16.96º 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 #B9775D is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 119 | 93 | - |
| CMYK | 0 | 0.36 | 0.50 | 0.27 |
| HSL | 16.96º | 0.4% | 0.55% | - |
| HSV(B) | 16.96º | 0.5% | 0.73% | - |
| XYZ | 28.58 | 24.3 | 13.54 | - |
| YUV | 135.77 | 103.87 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 119 | 93 | 0 | 0.36 | 0.50 | 0.27 | 16.96 | 0.4 | 0.55 |
| Hex | B9 | 77 | 5D | 0 | 24 | 32 | 1B | 11 | 28 | 37 |
| Octal | 271 | 167 | 135 | 0 | 44 | 62 | 33 | 21 | 50 | 67 |
| Binary | 10111001 | 1110111 | 1011101 | 0 | 100100 | 110010 | 11011 | 10001 | 101000 | 110111 |
Color Harmonies of #B9775D
Complementary color
Monochromatic Colors of #B9775D
Black with #B9775D
Text Example
Text Example
White with #B9775D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9775D; }
p { color: rgb(185,119,93); }
H1.HeaderClassName
{
color: #B9775D;
}
.AnyTagClassName
{
color: #B9775D;
}
</style>
background-color css
<style>
a { background-color: #B9775D; }
a { background-color: rgb(185,119,93); }
div.DivClassName
{
background-color: #B9775D;
}
.BgClassName
{
background-color: #B9775D;
}
</style>
border-color css
<style>
span { border-color: #B9775D; }
span { border-color: rgb(185,119,93); }
td.TdClassName
{
border-color: #B9775D;
}
.TagClassName
{
border-color: #B9775D;
}
</style>