Shades of Japonica #BB755C
Tints of Japonica #BB755C
RGB
CMYK
RGB Variations
Color information
#BB755C (or 0xBB755C) is known color: Japonica. HEX triplet: BB, 75 and 5C. RGB value is (187,117,92). Sum of RGB (Red+Green+Blue) = 187+117+92=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 117 (46.09% from 255 or 29.55% from 396); Blue value is 92 (36.33% from 255 or 23.23% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BB755C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB755C is #448AA3. Grayscale: #878787. Windows color (decimal): -4491940 or 6059451. OLE color: 6059451.
HSL color Cylindrical-coordinate representation of color #BB755C: hue angle of 15.79º 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 #BB755C is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 117 | 92 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.27 |
| HSL | 15.79º | 0.41% | 0.55% | - |
| HSV(B) | 15.79º | 0.51% | 0.73% | - |
| XYZ | 28.79 | 24.06 | 13.25 | - |
| YUV | 135.08 | 103.69 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 117 | 92 | 0 | 0.37 | 0.51 | 0.27 | 15.79 | 0.41 | 0.55 |
| Hex | BB | 75 | 5C | 0 | 25 | 33 | 1B | 10 | 29 | 37 |
| Octal | 273 | 165 | 134 | 0 | 45 | 63 | 33 | 20 | 51 | 67 |
| Binary | 10111011 | 1110101 | 1011100 | 0 | 100101 | 110011 | 11011 | 10000 | 101001 | 110111 |
Color Harmonies of #BB755C
Complementary color
Monochromatic Colors of #BB755C
Black with #BB755C
Text Example
Text Example
White with #BB755C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB755C; }
p { color: rgb(187,117,92); }
H1.HeaderClassName
{
color: #BB755C;
}
.AnyTagClassName
{
color: #BB755C;
}
</style>
background-color css
<style>
a { background-color: #BB755C; }
a { background-color: rgb(187,117,92); }
div.DivClassName
{
background-color: #BB755C;
}
.BgClassName
{
background-color: #BB755C;
}
</style>
border-color css
<style>
span { border-color: #BB755C; }
span { border-color: rgb(187,117,92); }
td.TdClassName
{
border-color: #BB755C;
}
.TagClassName
{
border-color: #BB755C;
}
</style>