Shades of Japonica #BB7259
Tints of Japonica #BB7259
RGB
CMYK
RGB Variations
Color information
#BB7259 (or 0xBB7259) is known color: Japonica. HEX triplet: BB, 72 and 59. RGB value is (187,114,89). Sum of RGB (Red+Green+Blue) = 187+114+89=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 114 (44.92% from 255 or 29.23% from 390); Blue value is 89 (35.16% from 255 or 22.82% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7259 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7259 is #448DA6. Grayscale: #858585. Windows color (decimal): -4492711 or 5862075. OLE color: 5862075.
HSL color Cylindrical-coordinate representation of color #BB7259: hue angle of 15.31º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB7259 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 114 | 89 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.27 |
| HSL | 15.31º | 0.42% | 0.54% | - |
| HSV(B) | 15.31º | 0.52% | 0.73% | - |
| XYZ | 28.31 | 23.32 | 12.46 | - |
| YUV | 132.98 | 103.18 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 114 | 89 | 0 | 0.39 | 0.52 | 0.27 | 15.31 | 0.42 | 0.54 |
| Hex | BB | 72 | 59 | 0 | 27 | 34 | 1B | F | 2A | 36 |
| Octal | 273 | 162 | 131 | 0 | 47 | 64 | 33 | 17 | 52 | 66 |
| Binary | 10111011 | 1110010 | 1011001 | 0 | 100111 | 110100 | 11011 | 1111 | 101010 | 110110 |
Color Harmonies of #BB7259
Complementary color
Monochromatic Colors of #BB7259
Black with #BB7259
Text Example
Text Example
White with #BB7259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7259; }
p { color: rgb(187,114,89); }
H1.HeaderClassName
{
color: #BB7259;
}
.AnyTagClassName
{
color: #BB7259;
}
</style>
background-color css
<style>
a { background-color: #BB7259; }
a { background-color: rgb(187,114,89); }
div.DivClassName
{
background-color: #BB7259;
}
.BgClassName
{
background-color: #BB7259;
}
</style>
border-color css
<style>
span { border-color: #BB7259; }
span { border-color: rgb(187,114,89); }
td.TdClassName
{
border-color: #BB7259;
}
.TagClassName
{
border-color: #BB7259;
}
</style>