Shades of Japonica #BC765E
Tints of Japonica #BC765E
RGB
CMYK
RGB Variations
Color information
#BC765E (or 0xBC765E) is known color: Japonica. HEX triplet: BC, 76 and 5E. RGB value is (188,118,94). Sum of RGB (Red+Green+Blue) = 188+118+94=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 94 (37.11% from 255 or 23.5% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC765E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC765E is #4389A1. Grayscale: #888888. Windows color (decimal): -4426146 or 6190780. OLE color: 6190780.
HSL color Cylindrical-coordinate representation of color #BC765E: hue angle of 15.32º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC765E is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 118 | 94 | - |
| CMYK | 0 | 0.37 | 0.50 | 0.26 |
| HSL | 15.32º | 0.41% | 0.55% | - |
| HSV(B) | 15.32º | 0.5% | 0.74% | - |
| XYZ | 29.24 | 24.46 | 13.77 | - |
| YUV | 136.19 | 104.19 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 94 | 0 | 0.37 | 0.50 | 0.26 | 15.32 | 0.41 | 0.55 |
| Hex | BC | 76 | 5E | 0 | 25 | 32 | 1A | F | 29 | 37 |
| Octal | 274 | 166 | 136 | 0 | 45 | 62 | 32 | 17 | 51 | 67 |
| Binary | 10111100 | 1110110 | 1011110 | 0 | 100101 | 110010 | 11010 | 1111 | 101001 | 110111 |
Color Harmonies of #BC765E
Complementary color
Monochromatic Colors of #BC765E
Black with #BC765E
Text Example
Text Example
White with #BC765E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC765E; }
p { color: rgb(188,118,94); }
H1.HeaderClassName
{
color: #BC765E;
}
.AnyTagClassName
{
color: #BC765E;
}
</style>
background-color css
<style>
a { background-color: #BC765E; }
a { background-color: rgb(188,118,94); }
div.DivClassName
{
background-color: #BC765E;
}
.BgClassName
{
background-color: #BC765E;
}
</style>
border-color css
<style>
span { border-color: #BC765E; }
span { border-color: rgb(188,118,94); }
td.TdClassName
{
border-color: #BC765E;
}
.TagClassName
{
border-color: #BC765E;
}
</style>