Shades of Japonica #BC7256
Tints of Japonica #BC7256
RGB
CMYK
RGB Variations
Color information
#BC7256 (or 0xBC7256) is known color: Japonica. HEX triplet: BC, 72 and 56. RGB value is (188,114,86). Sum of RGB (Red+Green+Blue) = 188+114+86=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 114 (44.92% from 255 or 29.38% from 388); Blue value is 86 (33.98% from 255 or 22.16% from 388); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7256 is #438DA9. Grayscale: #858585. Windows color (decimal): -4427178 or 5665468. OLE color: 5665468.
HSL color Cylindrical-coordinate representation of color #BC7256: hue angle of 16.47º 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 #BC7256 is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 114 | 86 | - |
| CMYK | 0 | 0.39 | 0.54 | 0.26 |
| HSL | 16.47º | 0.43% | 0.54% | - |
| HSV(B) | 16.47º | 0.54% | 0.74% | - |
| XYZ | 28.44 | 23.4 | 11.82 | - |
| YUV | 132.93 | 101.52 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 114 | 86 | 0 | 0.39 | 0.54 | 0.26 | 16.47 | 0.43 | 0.54 |
| Hex | BC | 72 | 56 | 0 | 27 | 36 | 1A | 10 | 2B | 36 |
| Octal | 274 | 162 | 126 | 0 | 47 | 66 | 32 | 20 | 53 | 66 |
| Binary | 10111100 | 1110010 | 1010110 | 0 | 100111 | 110110 | 11010 | 10000 | 101011 | 110110 |
Color Harmonies of #BC7256
Complementary color
Monochromatic Colors of #BC7256
Black with #BC7256
Text Example
Text Example
White with #BC7256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7256; }
p { color: rgb(188,114,86); }
H1.HeaderClassName
{
color: #BC7256;
}
.AnyTagClassName
{
color: #BC7256;
}
</style>
background-color css
<style>
a { background-color: #BC7256; }
a { background-color: rgb(188,114,86); }
div.DivClassName
{
background-color: #BC7256;
}
.BgClassName
{
background-color: #BC7256;
}
</style>
border-color css
<style>
span { border-color: #BC7256; }
span { border-color: rgb(188,114,86); }
td.TdClassName
{
border-color: #BC7256;
}
.TagClassName
{
border-color: #BC7256;
}
</style>