Shades of Japonica #BB735C
Tints of Japonica #BB735C
RGB
CMYK
RGB Variations
Color information
#BB735C (or 0xBB735C) is known color: Japonica. HEX triplet: BB, 73 and 5C. RGB value is (187,115,92). Sum of RGB (Red+Green+Blue) = 187+115+92=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 115 (45.31% from 255 or 29.19% from 394); Blue value is 92 (36.33% from 255 or 23.35% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BB735C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB735C is #448CA3. Grayscale: #868686. Windows color (decimal): -4492452 or 6058939. OLE color: 6058939.
HSL color Cylindrical-coordinate representation of color #BB735C: hue angle of 14.53º 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 #BB735C is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 115 | 92 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.27 |
| HSL | 14.53º | 0.41% | 0.55% | - |
| HSV(B) | 14.53º | 0.51% | 0.73% | - |
| XYZ | 28.56 | 23.6 | 13.18 | - |
| YUV | 133.91 | 104.35 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 115 | 92 | 0 | 0.39 | 0.51 | 0.27 | 14.53 | 0.41 | 0.55 |
| Hex | BB | 73 | 5C | 0 | 27 | 33 | 1B | F | 29 | 37 |
| Octal | 273 | 163 | 134 | 0 | 47 | 63 | 33 | 17 | 51 | 67 |
| Binary | 10111011 | 1110011 | 1011100 | 0 | 100111 | 110011 | 11011 | 1111 | 101001 | 110111 |
Color Harmonies of #BB735C
Complementary color
Monochromatic Colors of #BB735C
Black with #BB735C
Text Example
Text Example
White with #BB735C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB735C; }
p { color: rgb(187,115,92); }
H1.HeaderClassName
{
color: #BB735C;
}
.AnyTagClassName
{
color: #BB735C;
}
</style>
background-color css
<style>
a { background-color: #BB735C; }
a { background-color: rgb(187,115,92); }
div.DivClassName
{
background-color: #BB735C;
}
.BgClassName
{
background-color: #BB735C;
}
</style>
border-color css
<style>
span { border-color: #BB735C; }
span { border-color: rgb(187,115,92); }
td.TdClassName
{
border-color: #BB735C;
}
.TagClassName
{
border-color: #BB735C;
}
</style>