Shades of Japonica #BB795D
Tints of Japonica #BB795D
RGB
CMYK
RGB Variations
Color information
#BB795D (or 0xBB795D) is known color: Japonica. HEX triplet: BB, 79 and 5D. RGB value is (187,121,93). Sum of RGB (Red+Green+Blue) = 187+121+93=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 121 (47.66% from 255 or 30.17% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BB795D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB795D is #4486A2. Grayscale: #898989. Windows color (decimal): -4490915 or 6126011. OLE color: 6126011.
HSL color Cylindrical-coordinate representation of color #BB795D: hue angle of 17.87º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB795D is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 121 | 93 | - |
| CMYK | 0 | 0.35 | 0.50 | 0.27 |
| HSL | 17.87º | 0.41% | 0.55% | - |
| HSV(B) | 17.87º | 0.5% | 0.73% | - |
| XYZ | 29.31 | 25.03 | 13.64 | - |
| YUV | 137.54 | 102.87 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 121 | 93 | 0 | 0.35 | 0.50 | 0.27 | 17.87 | 0.41 | 0.55 |
| Hex | BB | 79 | 5D | 0 | 23 | 32 | 1B | 12 | 29 | 37 |
| Octal | 273 | 171 | 135 | 0 | 43 | 62 | 33 | 22 | 51 | 67 |
| Binary | 10111011 | 1111001 | 1011101 | 0 | 100011 | 110010 | 11011 | 10010 | 101001 | 110111 |
Color Harmonies of #BB795D
Complementary color
Monochromatic Colors of #BB795D
Black with #BB795D
Text Example
Text Example
White with #BB795D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB795D; }
p { color: rgb(187,121,93); }
H1.HeaderClassName
{
color: #BB795D;
}
.AnyTagClassName
{
color: #BB795D;
}
</style>
background-color css
<style>
a { background-color: #BB795D; }
a { background-color: rgb(187,121,93); }
div.DivClassName
{
background-color: #BB795D;
}
.BgClassName
{
background-color: #BB795D;
}
</style>
border-color css
<style>
span { border-color: #BB795D; }
span { border-color: rgb(187,121,93); }
td.TdClassName
{
border-color: #BB795D;
}
.TagClassName
{
border-color: #BB795D;
}
</style>