Shades of Japonica #BB795C
Tints of Japonica #BB795C
RGB
CMYK
RGB Variations
Color information
#BB795C (or 0xBB795C) is known color: Japonica. HEX triplet: BB, 79 and 5C. RGB value is (187,121,92). Sum of RGB (Red+Green+Blue) = 187+121+92=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 121 (47.66% from 255 or 30.25% from 400); Blue value is 92 (36.33% from 255 or 23% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BB795C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB795C is #4486A3. Grayscale: #898989. Windows color (decimal): -4490916 or 6060475. OLE color: 6060475.
HSL color Cylindrical-coordinate representation of color #BB795C: hue angle of 18.32º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB795C is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 121 | 92 | - |
| CMYK | 0 | 0.35 | 0.51 | 0.27 |
| HSL | 18.32º | 0.41% | 0.55% | - |
| HSV(B) | 18.32º | 0.51% | 0.73% | - |
| XYZ | 29.26 | 25.01 | 13.41 | - |
| YUV | 137.43 | 102.37 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 121 | 92 | 0 | 0.35 | 0.51 | 0.27 | 18.32 | 0.41 | 0.55 |
| Hex | BB | 79 | 5C | 0 | 23 | 33 | 1B | 12 | 29 | 37 |
| Octal | 273 | 171 | 134 | 0 | 43 | 63 | 33 | 22 | 51 | 67 |
| Binary | 10111011 | 1111001 | 1011100 | 0 | 100011 | 110011 | 11011 | 10010 | 101001 | 110111 |
Color Harmonies of #BB795C
Complementary color
Monochromatic Colors of #BB795C
Black with #BB795C
Text Example
Text Example
White with #BB795C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB795C; }
p { color: rgb(187,121,92); }
H1.HeaderClassName
{
color: #BB795C;
}
.AnyTagClassName
{
color: #BB795C;
}
</style>
background-color css
<style>
a { background-color: #BB795C; }
a { background-color: rgb(187,121,92); }
div.DivClassName
{
background-color: #BB795C;
}
.BgClassName
{
background-color: #BB795C;
}
</style>
border-color css
<style>
span { border-color: #BB795C; }
span { border-color: rgb(187,121,92); }
td.TdClassName
{
border-color: #BB795C;
}
.TagClassName
{
border-color: #BB795C;
}
</style>