Shades of Japonica #B9765C
Tints of Japonica #B9765C
RGB
CMYK
RGB Variations
Color information
#B9765C (or 0xB9765C) is known color: Japonica. HEX triplet: B9, 76 and 5C. RGB value is (185,118,92). Sum of RGB (Red+Green+Blue) = 185+118+92=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 118 (46.48% from 255 or 29.87% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 185 - color contains mainly: red. Hex color #B9765C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9765C is #4689A3. Grayscale: #878787. Windows color (decimal): -4622756 or 6059705. OLE color: 6059705.
HSL color Cylindrical-coordinate representation of color #B9765C: hue angle of 16.77º 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 #B9765C is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 118 | 92 | - |
| CMYK | 0 | 0.36 | 0.50 | 0.27 |
| HSL | 16.77º | 0.4% | 0.54% | - |
| HSV(B) | 16.77º | 0.5% | 0.73% | - |
| XYZ | 28.42 | 24.04 | 13.27 | - |
| YUV | 135.07 | 103.7 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 118 | 92 | 0 | 0.36 | 0.50 | 0.27 | 16.77 | 0.4 | 0.54 |
| Hex | B9 | 76 | 5C | 0 | 24 | 32 | 1B | 11 | 28 | 36 |
| Octal | 271 | 166 | 134 | 0 | 44 | 62 | 33 | 21 | 50 | 66 |
| Binary | 10111001 | 1110110 | 1011100 | 0 | 100100 | 110010 | 11011 | 10001 | 101000 | 110110 |
Color Harmonies of #B9765C
Complementary color
Monochromatic Colors of #B9765C
Black with #B9765C
Text Example
Text Example
White with #B9765C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9765C; }
p { color: rgb(185,118,92); }
H1.HeaderClassName
{
color: #B9765C;
}
.AnyTagClassName
{
color: #B9765C;
}
</style>
background-color css
<style>
a { background-color: #B9765C; }
a { background-color: rgb(185,118,92); }
div.DivClassName
{
background-color: #B9765C;
}
.BgClassName
{
background-color: #B9765C;
}
</style>
border-color css
<style>
span { border-color: #B9765C; }
span { border-color: rgb(185,118,92); }
td.TdClassName
{
border-color: #B9765C;
}
.TagClassName
{
border-color: #B9765C;
}
</style>