Shades of Japonica #BC715B
Tints of Japonica #BC715B
RGB
CMYK
RGB Variations
Color information
#BC715B (or 0xBC715B) is known color: Japonica. HEX triplet: BC, 71 and 5B. RGB value is (188,113,91). Sum of RGB (Red+Green+Blue) = 188+113+91=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 113 (44.53% from 255 or 28.83% from 392); Blue value is 91 (35.94% from 255 or 23.21% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC715B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC715B is #438EA4. Grayscale: #858585. Windows color (decimal): -4427429 or 5992892. OLE color: 5992892.
HSL color Cylindrical-coordinate representation of color #BC715B: hue angle of 13.61º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC715B is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 113 | 91 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.26 |
| HSL | 13.61º | 0.42% | 0.55% | - |
| HSV(B) | 13.61º | 0.52% | 0.74% | - |
| XYZ | 28.53 | 23.26 | 12.88 | - |
| YUV | 132.92 | 104.35 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 113 | 91 | 0 | 0.40 | 0.52 | 0.26 | 13.61 | 0.42 | 0.55 |
| Hex | BC | 71 | 5B | 0 | 28 | 34 | 1A | E | 2A | 37 |
| Octal | 274 | 161 | 133 | 0 | 50 | 64 | 32 | 16 | 52 | 67 |
| Binary | 10111100 | 1110001 | 1011011 | 0 | 101000 | 110100 | 11010 | 1110 | 101010 | 110111 |
Color Harmonies of #BC715B
Complementary color
Monochromatic Colors of #BC715B
Black with #BC715B
Text Example
Text Example
White with #BC715B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC715B; }
p { color: rgb(188,113,91); }
H1.HeaderClassName
{
color: #BC715B;
}
.AnyTagClassName
{
color: #BC715B;
}
</style>
background-color css
<style>
a { background-color: #BC715B; }
a { background-color: rgb(188,113,91); }
div.DivClassName
{
background-color: #BC715B;
}
.BgClassName
{
background-color: #BC715B;
}
</style>
border-color css
<style>
span { border-color: #BC715B; }
span { border-color: rgb(188,113,91); }
td.TdClassName
{
border-color: #BC715B;
}
.TagClassName
{
border-color: #BC715B;
}
</style>