Shades of Japonica #B9755C
Tints of Japonica #B9755C
RGB
CMYK
RGB Variations
Color information
#B9755C (or 0xB9755C) is known color: Japonica. HEX triplet: B9, 75 and 5C. RGB value is (185,117,92). Sum of RGB (Red+Green+Blue) = 185+117+92=394 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.95% from 394); Green value is 117 (46.09% from 255 or 29.70% from 394); Blue value is 92 (36.33% from 255 or 23.35% from 394); Max value from RGB is 185 - color contains mainly: red. Hex color #B9755C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9755C is #468AA3. Grayscale: #868686. Windows color (decimal): -4623012 or 6059449. OLE color: 6059449.
HSL color Cylindrical-coordinate representation of color #B9755C: hue angle of 16.13º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B9755C is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 117 | 92 | - |
| CMYK | 0 | 0.37 | 0.50 | 0.27 |
| HSL | 16.13º | 0.4% | 0.54% | - |
| HSV(B) | 16.13º | 0.5% | 0.73% | - |
| XYZ | 28.3 | 23.81 | 13.23 | - |
| YUV | 134.48 | 104.03 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 117 | 92 | 0 | 0.37 | 0.50 | 0.27 | 16.13 | 0.4 | 0.54 |
| Hex | B9 | 75 | 5C | 0 | 25 | 32 | 1B | 10 | 28 | 36 |
| Octal | 271 | 165 | 134 | 0 | 45 | 62 | 33 | 20 | 50 | 66 |
| Binary | 10111001 | 1110101 | 1011100 | 0 | 100101 | 110010 | 11011 | 10000 | 101000 | 110110 |
Color Harmonies of #B9755C
Complementary color
Monochromatic Colors of #B9755C
Black with #B9755C
Text Example
Text Example
White with #B9755C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9755C; }
p { color: rgb(185,117,92); }
H1.HeaderClassName
{
color: #B9755C;
}
.AnyTagClassName
{
color: #B9755C;
}
</style>
background-color css
<style>
a { background-color: #B9755C; }
a { background-color: rgb(185,117,92); }
div.DivClassName
{
background-color: #B9755C;
}
.BgClassName
{
background-color: #B9755C;
}
</style>
border-color css
<style>
span { border-color: #B9755C; }
span { border-color: rgb(185,117,92); }
td.TdClassName
{
border-color: #B9755C;
}
.TagClassName
{
border-color: #B9755C;
}
</style>