Shades of Japonica #BB7256
Tints of Japonica #BB7256
RGB
CMYK
RGB Variations
Color information
#BB7256 (or 0xBB7256) is known color: Japonica. HEX triplet: BB, 72 and 56. RGB value is (187,114,86). Sum of RGB (Red+Green+Blue) = 187+114+86=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 114 (44.92% from 255 or 29.46% from 387); Blue value is 86 (33.98% from 255 or 22.22% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7256 is #448DA9. Grayscale: #848484. Windows color (decimal): -4492714 or 5665467. OLE color: 5665467.
HSL color Cylindrical-coordinate representation of color #BB7256: hue angle of 16.63º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BB7256 is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 114 | 86 | - |
| CMYK | 0 | 0.39 | 0.54 | 0.27 |
| HSL | 16.63º | 0.43% | 0.54% | - |
| HSV(B) | 16.63º | 0.54% | 0.73% | - |
| XYZ | 28.19 | 23.27 | 11.81 | - |
| YUV | 132.64 | 101.68 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 114 | 86 | 0 | 0.39 | 0.54 | 0.27 | 16.63 | 0.43 | 0.54 |
| Hex | BB | 72 | 56 | 0 | 27 | 36 | 1B | 11 | 2B | 36 |
| Octal | 273 | 162 | 126 | 0 | 47 | 66 | 33 | 21 | 53 | 66 |
| Binary | 10111011 | 1110010 | 1010110 | 0 | 100111 | 110110 | 11011 | 10001 | 101011 | 110110 |
Color Harmonies of #BB7256
Complementary color
Monochromatic Colors of #BB7256
Black with #BB7256
Text Example
Text Example
White with #BB7256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7256; }
p { color: rgb(187,114,86); }
H1.HeaderClassName
{
color: #BB7256;
}
.AnyTagClassName
{
color: #BB7256;
}
</style>
background-color css
<style>
a { background-color: #BB7256; }
a { background-color: rgb(187,114,86); }
div.DivClassName
{
background-color: #BB7256;
}
.BgClassName
{
background-color: #BB7256;
}
</style>
border-color css
<style>
span { border-color: #BB7256; }
span { border-color: rgb(187,114,86); }
td.TdClassName
{
border-color: #BB7256;
}
.TagClassName
{
border-color: #BB7256;
}
</style>