Shades of Japonica #BC6D55
Tints of Japonica #BC6D55
RGB
CMYK
RGB Variations
Color information
#BC6D55 (or 0xBC6D55) is known color: Japonica. HEX triplet: BC, 6D and 55. RGB value is (188,109,85). Sum of RGB (Red+Green+Blue) = 188+109+85=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 109 (42.97% from 255 or 28.53% from 382); Blue value is 85 (33.59% from 255 or 22.25% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6D55 is #4392AA. Grayscale: #828282. Windows color (decimal): -4428459 or 5598652. OLE color: 5598652.
HSL color Cylindrical-coordinate representation of color #BC6D55: hue angle of 13.98º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC6D55 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 109 | 85 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.26 |
| HSL | 13.98º | 0.43% | 0.54% | - |
| HSV(B) | 13.98º | 0.55% | 0.74% | - |
| XYZ | 27.85 | 22.28 | 11.43 | - |
| YUV | 129.89 | 102.67 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 109 | 85 | 0 | 0.42 | 0.55 | 0.26 | 13.98 | 0.43 | 0.54 |
| Hex | BC | 6D | 55 | 0 | 2A | 37 | 1A | E | 2B | 36 |
| Octal | 274 | 155 | 125 | 0 | 52 | 67 | 32 | 16 | 53 | 66 |
| Binary | 10111100 | 1101101 | 1010101 | 0 | 101010 | 110111 | 11010 | 1110 | 101011 | 110110 |
Color Harmonies of #BC6D55
Complementary color
Monochromatic Colors of #BC6D55
Black with #BC6D55
Text Example
Text Example
White with #BC6D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6D55; }
p { color: rgb(188,109,85); }
H1.HeaderClassName
{
color: #BC6D55;
}
.AnyTagClassName
{
color: #BC6D55;
}
</style>
background-color css
<style>
a { background-color: #BC6D55; }
a { background-color: rgb(188,109,85); }
div.DivClassName
{
background-color: #BC6D55;
}
.BgClassName
{
background-color: #BC6D55;
}
</style>
border-color css
<style>
span { border-color: #BC6D55; }
span { border-color: rgb(188,109,85); }
td.TdClassName
{
border-color: #BC6D55;
}
.TagClassName
{
border-color: #BC6D55;
}
</style>