Shades of Japonica #BC6F57
Tints of Japonica #BC6F57
RGB
CMYK
RGB Variations
Color information
#BC6F57 (or 0xBC6F57) is known color: Japonica. HEX triplet: BC, 6F and 57. RGB value is (188,111,87). Sum of RGB (Red+Green+Blue) = 188+111+87=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 111 (43.75% from 255 or 28.76% from 386); Blue value is 87 (34.38% from 255 or 22.54% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6F57 is #4390A8. Grayscale: #838383. Windows color (decimal): -4427945 or 5730236. OLE color: 5730236.
HSL color Cylindrical-coordinate representation of color #BC6F57: hue angle of 14.26º 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 #BC6F57 is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 111 | 87 | - |
| CMYK | 0 | 0.41 | 0.54 | 0.26 |
| HSL | 14.26º | 0.43% | 0.54% | - |
| HSV(B) | 14.26º | 0.54% | 0.74% | - |
| XYZ | 28.14 | 22.75 | 11.92 | - |
| YUV | 131.29 | 103.01 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 111 | 87 | 0 | 0.41 | 0.54 | 0.26 | 14.26 | 0.43 | 0.54 |
| Hex | BC | 6F | 57 | 0 | 29 | 36 | 1A | E | 2B | 36 |
| Octal | 274 | 157 | 127 | 0 | 51 | 66 | 32 | 16 | 53 | 66 |
| Binary | 10111100 | 1101111 | 1010111 | 0 | 101001 | 110110 | 11010 | 1110 | 101011 | 110110 |
Color Harmonies of #BC6F57
Complementary color
Monochromatic Colors of #BC6F57
Black with #BC6F57
Text Example
Text Example
White with #BC6F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6F57; }
p { color: rgb(188,111,87); }
H1.HeaderClassName
{
color: #BC6F57;
}
.AnyTagClassName
{
color: #BC6F57;
}
</style>
background-color css
<style>
a { background-color: #BC6F57; }
a { background-color: rgb(188,111,87); }
div.DivClassName
{
background-color: #BC6F57;
}
.BgClassName
{
background-color: #BC6F57;
}
</style>
border-color css
<style>
span { border-color: #BC6F57; }
span { border-color: rgb(188,111,87); }
td.TdClassName
{
border-color: #BC6F57;
}
.TagClassName
{
border-color: #BC6F57;
}
</style>