Shades of Japonica #BB7A57
Tints of Japonica #BB7A57
RGB
CMYK
RGB Variations
Color information
#BB7A57 (or 0xBB7A57) is known color: Japonica. HEX triplet: BB, 7A and 57. RGB value is (187,122,87). Sum of RGB (Red+Green+Blue) = 187+122+87=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 122 (48.05% from 255 or 30.81% from 396); Blue value is 87 (34.38% from 255 or 21.97% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7A57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7A57 is #4485A8. Grayscale: #898989. Windows color (decimal): -4490665 or 5733051. OLE color: 5733051.
HSL color Cylindrical-coordinate representation of color #BB7A57: hue angle of 21º 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 #BB7A57 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 122 | 87 | - |
| CMYK | 0 | 0.35 | 0.53 | 0.27 |
| HSL | 21º | 0.42% | 0.54% | - |
| HSV(B) | 21º | 0.53% | 0.73% | - |
| XYZ | 29.17 | 25.17 | 12.34 | - |
| YUV | 137.45 | 99.53 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 122 | 87 | 0 | 0.35 | 0.53 | 0.27 | 21 | 0.42 | 0.54 |
| Hex | BB | 7A | 57 | 0 | 23 | 35 | 1B | 15 | 2A | 36 |
| Octal | 273 | 172 | 127 | 0 | 43 | 65 | 33 | 25 | 52 | 66 |
| Binary | 10111011 | 1111010 | 1010111 | 0 | 100011 | 110101 | 11011 | 10101 | 101010 | 110110 |
Color Harmonies of #BB7A57
Complementary color
Monochromatic Colors of #BB7A57
Black with #BB7A57
Text Example
Text Example
White with #BB7A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7A57; }
p { color: rgb(187,122,87); }
H1.HeaderClassName
{
color: #BB7A57;
}
.AnyTagClassName
{
color: #BB7A57;
}
</style>
background-color css
<style>
a { background-color: #BB7A57; }
a { background-color: rgb(187,122,87); }
div.DivClassName
{
background-color: #BB7A57;
}
.BgClassName
{
background-color: #BB7A57;
}
</style>
border-color css
<style>
span { border-color: #BB7A57; }
span { border-color: rgb(187,122,87); }
td.TdClassName
{
border-color: #BB7A57;
}
.TagClassName
{
border-color: #BB7A57;
}
</style>