Shades of Japonica #BC7C59
Tints of Japonica #BC7C59
RGB
CMYK
RGB Variations
Color information
#BC7C59 (or 0xBC7C59) is known color: Japonica. HEX triplet: BC, 7C and 59. RGB value is (188,124,89). Sum of RGB (Red+Green+Blue) = 188+124+89=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 124 (48.83% from 255 or 30.92% from 401); Blue value is 89 (35.16% from 255 or 22.19% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7C59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7C59 is #4383A6. Grayscale: #8B8B8B. Windows color (decimal): -4424615 or 5864636. OLE color: 5864636.
HSL color Cylindrical-coordinate representation of color #BC7C59: hue angle of 21.21º 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 #BC7C59 is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 124 | 89 | - |
| CMYK | 0 | 0.34 | 0.53 | 0.26 |
| HSL | 21.21º | 0.42% | 0.54% | - |
| HSV(B) | 21.21º | 0.53% | 0.74% | - |
| XYZ | 29.75 | 25.83 | 12.87 | - |
| YUV | 139.15 | 99.7 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 124 | 89 | 0 | 0.34 | 0.53 | 0.26 | 21.21 | 0.42 | 0.54 |
| Hex | BC | 7C | 59 | 0 | 22 | 35 | 1A | 15 | 2A | 36 |
| Octal | 274 | 174 | 131 | 0 | 42 | 65 | 32 | 25 | 52 | 66 |
| Binary | 10111100 | 1111100 | 1011001 | 0 | 100010 | 110101 | 11010 | 10101 | 101010 | 110110 |
Color Harmonies of #BC7C59
Complementary color
Monochromatic Colors of #BC7C59
Black with #BC7C59
Text Example
Text Example
White with #BC7C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7C59; }
p { color: rgb(188,124,89); }
H1.HeaderClassName
{
color: #BC7C59;
}
.AnyTagClassName
{
color: #BC7C59;
}
</style>
background-color css
<style>
a { background-color: #BC7C59; }
a { background-color: rgb(188,124,89); }
div.DivClassName
{
background-color: #BC7C59;
}
.BgClassName
{
background-color: #BC7C59;
}
</style>
border-color css
<style>
span { border-color: #BC7C59; }
span { border-color: rgb(188,124,89); }
td.TdClassName
{
border-color: #BC7C59;
}
.TagClassName
{
border-color: #BC7C59;
}
</style>