Shades of Japonica #BB745C
Tints of Japonica #BB745C
RGB
CMYK
RGB Variations
Color information
#BB745C (or 0xBB745C) is known color: Japonica. HEX triplet: BB, 74 and 5C. RGB value is (187,116,92). Sum of RGB (Red+Green+Blue) = 187+116+92=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 116 (45.70% from 255 or 29.37% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BB745C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB745C is #448BA3. Grayscale: #868686. Windows color (decimal): -4492196 or 6059195. OLE color: 6059195.
HSL color Cylindrical-coordinate representation of color #BB745C: hue angle of 15.16º 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 #BB745C is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 116 | 92 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.27 |
| HSL | 15.16º | 0.41% | 0.55% | - |
| HSV(B) | 15.16º | 0.51% | 0.73% | - |
| XYZ | 28.67 | 23.83 | 13.21 | - |
| YUV | 134.49 | 104.02 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 116 | 92 | 0 | 0.38 | 0.51 | 0.27 | 15.16 | 0.41 | 0.55 |
| Hex | BB | 74 | 5C | 0 | 26 | 33 | 1B | F | 29 | 37 |
| Octal | 273 | 164 | 134 | 0 | 46 | 63 | 33 | 17 | 51 | 67 |
| Binary | 10111011 | 1110100 | 1011100 | 0 | 100110 | 110011 | 11011 | 1111 | 101001 | 110111 |
Color Harmonies of #BB745C
Complementary color
Monochromatic Colors of #BB745C
Black with #BB745C
Text Example
Text Example
White with #BB745C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB745C; }
p { color: rgb(187,116,92); }
H1.HeaderClassName
{
color: #BB745C;
}
.AnyTagClassName
{
color: #BB745C;
}
</style>
background-color css
<style>
a { background-color: #BB745C; }
a { background-color: rgb(187,116,92); }
div.DivClassName
{
background-color: #BB745C;
}
.BgClassName
{
background-color: #BB745C;
}
</style>
border-color css
<style>
span { border-color: #BB745C; }
span { border-color: rgb(187,116,92); }
td.TdClassName
{
border-color: #BB745C;
}
.TagClassName
{
border-color: #BB745C;
}
</style>