Shades of Japonica #BC725C
Tints of Japonica #BC725C
RGB
CMYK
RGB Variations
Color information
#BC725C (or 0xBC725C) is known color: Japonica. HEX triplet: BC, 72 and 5C. RGB value is (188,114,92). Sum of RGB (Red+Green+Blue) = 188+114+92=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 114 (44.92% from 255 or 28.93% from 394); Blue value is 92 (36.33% from 255 or 23.35% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC725C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC725C is #438DA3. Grayscale: #858585. Windows color (decimal): -4427172 or 6058684. OLE color: 6058684.
HSL color Cylindrical-coordinate representation of color #BC725C: hue angle of 13.75º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC725C is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 114 | 92 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.26 |
| HSL | 13.75º | 0.42% | 0.55% | - |
| HSV(B) | 13.75º | 0.51% | 0.74% | - |
| XYZ | 28.69 | 23.5 | 13.15 | - |
| YUV | 133.62 | 104.52 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 114 | 92 | 0 | 0.39 | 0.51 | 0.26 | 13.75 | 0.42 | 0.55 |
| Hex | BC | 72 | 5C | 0 | 27 | 33 | 1A | E | 2A | 37 |
| Octal | 274 | 162 | 134 | 0 | 47 | 63 | 32 | 16 | 52 | 67 |
| Binary | 10111100 | 1110010 | 1011100 | 0 | 100111 | 110011 | 11010 | 1110 | 101010 | 110111 |
Color Harmonies of #BC725C
Complementary color
Monochromatic Colors of #BC725C
Black with #BC725C
Text Example
Text Example
White with #BC725C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC725C; }
p { color: rgb(188,114,92); }
H1.HeaderClassName
{
color: #BC725C;
}
.AnyTagClassName
{
color: #BC725C;
}
</style>
background-color css
<style>
a { background-color: #BC725C; }
a { background-color: rgb(188,114,92); }
div.DivClassName
{
background-color: #BC725C;
}
.BgClassName
{
background-color: #BC725C;
}
</style>
border-color css
<style>
span { border-color: #BC725C; }
span { border-color: rgb(188,114,92); }
td.TdClassName
{
border-color: #BC725C;
}
.TagClassName
{
border-color: #BC725C;
}
</style>