Shades of Japonica #BC7659
Tints of Japonica #BC7659
RGB
CMYK
RGB Variations
Color information
#BC7659 (or 0xBC7659) is known color: Japonica. HEX triplet: BC, 76 and 59. RGB value is (188,118,89). Sum of RGB (Red+Green+Blue) = 188+118+89=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 118 (46.48% from 255 or 29.87% from 395); Blue value is 89 (35.16% from 255 or 22.53% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7659 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7659 is #4389A6. Grayscale: #878787. Windows color (decimal): -4426151 or 5863100. OLE color: 5863100.
HSL color Cylindrical-coordinate representation of color #BC7659: hue angle of 17.58º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC7659 is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 118 | 89 | - |
| CMYK | 0 | 0.37 | 0.53 | 0.26 |
| HSL | 17.58º | 0.42% | 0.54% | - |
| HSV(B) | 17.58º | 0.53% | 0.74% | - |
| XYZ | 29.02 | 24.37 | 12.63 | - |
| YUV | 135.62 | 101.69 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 89 | 0 | 0.37 | 0.53 | 0.26 | 17.58 | 0.42 | 0.54 |
| Hex | BC | 76 | 59 | 0 | 25 | 35 | 1A | 12 | 2A | 36 |
| Octal | 274 | 166 | 131 | 0 | 45 | 65 | 32 | 22 | 52 | 66 |
| Binary | 10111100 | 1110110 | 1011001 | 0 | 100101 | 110101 | 11010 | 10010 | 101010 | 110110 |
Color Harmonies of #BC7659
Complementary color
Monochromatic Colors of #BC7659
Black with #BC7659
Text Example
Text Example
White with #BC7659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7659; }
p { color: rgb(188,118,89); }
H1.HeaderClassName
{
color: #BC7659;
}
.AnyTagClassName
{
color: #BC7659;
}
</style>
background-color css
<style>
a { background-color: #BC7659; }
a { background-color: rgb(188,118,89); }
div.DivClassName
{
background-color: #BC7659;
}
.BgClassName
{
background-color: #BC7659;
}
</style>
border-color css
<style>
span { border-color: #BC7659; }
span { border-color: rgb(188,118,89); }
td.TdClassName
{
border-color: #BC7659;
}
.TagClassName
{
border-color: #BC7659;
}
</style>