Shades of Japonica #BC6F56
Tints of Japonica #BC6F56
RGB
CMYK
RGB Variations
Color information
#BC6F56 (or 0xBC6F56) is known color: Japonica. HEX triplet: BC, 6F and 56. RGB value is (188,111,86). Sum of RGB (Red+Green+Blue) = 188+111+86=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 111 (43.75% from 255 or 28.83% from 385); Blue value is 86 (33.98% from 255 or 22.34% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6F56 is #4390A9. Grayscale: #838383. Windows color (decimal): -4427946 or 5664700. OLE color: 5664700.
HSL color Cylindrical-coordinate representation of color #BC6F56: hue angle of 14.71º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC6F56 is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 111 | 86 | - |
| CMYK | 0 | 0.41 | 0.54 | 0.26 |
| HSL | 14.71º | 0.43% | 0.54% | - |
| HSV(B) | 14.71º | 0.54% | 0.74% | - |
| XYZ | 28.1 | 22.73 | 11.71 | - |
| YUV | 131.17 | 102.51 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 111 | 86 | 0 | 0.41 | 0.54 | 0.26 | 14.71 | 0.43 | 0.54 |
| Hex | BC | 6F | 56 | 0 | 29 | 36 | 1A | F | 2B | 36 |
| Octal | 274 | 157 | 126 | 0 | 51 | 66 | 32 | 17 | 53 | 66 |
| Binary | 10111100 | 1101111 | 1010110 | 0 | 101001 | 110110 | 11010 | 1111 | 101011 | 110110 |
Color Harmonies of #BC6F56
Complementary color
Monochromatic Colors of #BC6F56
Black with #BC6F56
Text Example
Text Example
White with #BC6F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6F56; }
p { color: rgb(188,111,86); }
H1.HeaderClassName
{
color: #BC6F56;
}
.AnyTagClassName
{
color: #BC6F56;
}
</style>
background-color css
<style>
a { background-color: #BC6F56; }
a { background-color: rgb(188,111,86); }
div.DivClassName
{
background-color: #BC6F56;
}
.BgClassName
{
background-color: #BC6F56;
}
</style>
border-color css
<style>
span { border-color: #BC6F56; }
span { border-color: rgb(188,111,86); }
td.TdClassName
{
border-color: #BC6F56;
}
.TagClassName
{
border-color: #BC6F56;
}
</style>