Shades of Japonica #BB7758
Tints of Japonica #BB7758
RGB
CMYK
RGB Variations
Color information
#BB7758 (or 0xBB7758) is known color: Japonica. HEX triplet: BB, 77 and 58. RGB value is (187,119,88). Sum of RGB (Red+Green+Blue) = 187+119+88=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 119 (46.88% from 255 or 30.20% from 394); Blue value is 88 (34.77% from 255 or 22.34% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7758 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7758 is #4488A7. Grayscale: #878787. Windows color (decimal): -4491432 or 5797819. OLE color: 5797819.
HSL color Cylindrical-coordinate representation of color #BB7758: hue angle of 18.79º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB7758 is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 119 | 88 | - |
| CMYK | 0 | 0.36 | 0.53 | 0.27 |
| HSL | 18.79º | 0.42% | 0.54% | - |
| HSV(B) | 18.79º | 0.53% | 0.73% | - |
| XYZ | 28.85 | 24.46 | 12.43 | - |
| YUV | 135.8 | 101.03 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 119 | 88 | 0 | 0.36 | 0.53 | 0.27 | 18.79 | 0.42 | 0.54 |
| Hex | BB | 77 | 58 | 0 | 24 | 35 | 1B | 13 | 2A | 36 |
| Octal | 273 | 167 | 130 | 0 | 44 | 65 | 33 | 23 | 52 | 66 |
| Binary | 10111011 | 1110111 | 1011000 | 0 | 100100 | 110101 | 11011 | 10011 | 101010 | 110110 |
Color Harmonies of #BB7758
Complementary color
Monochromatic Colors of #BB7758
Black with #BB7758
Text Example
Text Example
White with #BB7758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7758; }
p { color: rgb(187,119,88); }
H1.HeaderClassName
{
color: #BB7758;
}
.AnyTagClassName
{
color: #BB7758;
}
</style>
background-color css
<style>
a { background-color: #BB7758; }
a { background-color: rgb(187,119,88); }
div.DivClassName
{
background-color: #BB7758;
}
.BgClassName
{
background-color: #BB7758;
}
</style>
border-color css
<style>
span { border-color: #BB7758; }
span { border-color: rgb(187,119,88); }
td.TdClassName
{
border-color: #BB7758;
}
.TagClassName
{
border-color: #BB7758;
}
</style>