Shades of Japonica #B9755B
Tints of Japonica #B9755B
RGB
CMYK
RGB Variations
Color information
#B9755B (or 0xB9755B) is known color: Japonica. HEX triplet: B9, 75 and 5B. RGB value is (185,117,91). Sum of RGB (Red+Green+Blue) = 185+117+91=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 117 (46.09% from 255 or 29.77% from 393); Blue value is 91 (35.94% from 255 or 23.16% from 393); Max value from RGB is 185 - color contains mainly: red. Hex color #B9755B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9755B is #468AA4. Grayscale: #868686. Windows color (decimal): -4623013 or 5993913. OLE color: 5993913.
HSL color Cylindrical-coordinate representation of color #B9755B: hue angle of 16.6º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B9755B is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 117 | 91 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.27 |
| HSL | 16.6º | 0.4% | 0.54% | - |
| HSV(B) | 16.6º | 0.51% | 0.73% | - |
| XYZ | 28.26 | 23.79 | 13 | - |
| YUV | 134.37 | 103.53 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 117 | 91 | 0 | 0.37 | 0.51 | 0.27 | 16.6 | 0.4 | 0.54 |
| Hex | B9 | 75 | 5B | 0 | 25 | 33 | 1B | 11 | 28 | 36 |
| Octal | 271 | 165 | 133 | 0 | 45 | 63 | 33 | 21 | 50 | 66 |
| Binary | 10111001 | 1110101 | 1011011 | 0 | 100101 | 110011 | 11011 | 10001 | 101000 | 110110 |
Color Harmonies of #B9755B
Complementary color
Monochromatic Colors of #B9755B
Black with #B9755B
Text Example
Text Example
White with #B9755B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9755B; }
p { color: rgb(185,117,91); }
H1.HeaderClassName
{
color: #B9755B;
}
.AnyTagClassName
{
color: #B9755B;
}
</style>
background-color css
<style>
a { background-color: #B9755B; }
a { background-color: rgb(185,117,91); }
div.DivClassName
{
background-color: #B9755B;
}
.BgClassName
{
background-color: #B9755B;
}
</style>
border-color css
<style>
span { border-color: #B9755B; }
span { border-color: rgb(185,117,91); }
td.TdClassName
{
border-color: #B9755B;
}
.TagClassName
{
border-color: #B9755B;
}
</style>