Shades of Japonica #BC745C
Tints of Japonica #BC745C
RGB
CMYK
RGB Variations
Color information
#BC745C (or 0xBC745C) is known color: Japonica. HEX triplet: BC, 74 and 5C. RGB value is (188,116,92). Sum of RGB (Red+Green+Blue) = 188+116+92=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 116 (45.70% from 255 or 29.29% from 396); Blue value is 92 (36.33% from 255 or 23.23% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC745C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC745C is #438BA3. Grayscale: #868686. Windows color (decimal): -4426660 or 6059196. OLE color: 6059196.
HSL color Cylindrical-coordinate representation of color #BC745C: hue angle of 15º 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 #BC745C is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 116 | 92 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.26 |
| HSL | 15º | 0.42% | 0.55% | - |
| HSV(B) | 15º | 0.51% | 0.74% | - |
| XYZ | 28.92 | 23.95 | 13.22 | - |
| YUV | 134.79 | 103.85 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 116 | 92 | 0 | 0.38 | 0.51 | 0.26 | 15 | 0.42 | 0.55 |
| Hex | BC | 74 | 5C | 0 | 26 | 33 | 1A | F | 2A | 37 |
| Octal | 274 | 164 | 134 | 0 | 46 | 63 | 32 | 17 | 52 | 67 |
| Binary | 10111100 | 1110100 | 1011100 | 0 | 100110 | 110011 | 11010 | 1111 | 101010 | 110111 |
Color Harmonies of #BC745C
Complementary color
Monochromatic Colors of #BC745C
Black with #BC745C
Text Example
Text Example
White with #BC745C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC745C; }
p { color: rgb(188,116,92); }
H1.HeaderClassName
{
color: #BC745C;
}
.AnyTagClassName
{
color: #BC745C;
}
</style>
background-color css
<style>
a { background-color: #BC745C; }
a { background-color: rgb(188,116,92); }
div.DivClassName
{
background-color: #BC745C;
}
.BgClassName
{
background-color: #BC745C;
}
</style>
border-color css
<style>
span { border-color: #BC745C; }
span { border-color: rgb(188,116,92); }
td.TdClassName
{
border-color: #BC745C;
}
.TagClassName
{
border-color: #BC745C;
}
</style>