Shades of Japonica #BC745D
Tints of Japonica #BC745D
RGB
CMYK
RGB Variations
Color information
#BC745D (or 0xBC745D) is known color: Japonica. HEX triplet: BC, 74 and 5D. RGB value is (188,116,93). Sum of RGB (Red+Green+Blue) = 188+116+93=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 116 (45.70% from 255 or 29.22% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC745D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC745D is #438BA2. Grayscale: #878787. Windows color (decimal): -4426659 or 6124732. OLE color: 6124732.
HSL color Cylindrical-coordinate representation of color #BC745D: hue angle of 14.53º degrees, saturation: 0.41, 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 #BC745D is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 116 | 93 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.26 |
| HSL | 14.53º | 0.41% | 0.55% | - |
| HSV(B) | 14.53º | 0.51% | 0.74% | - |
| XYZ | 28.96 | 23.97 | 13.46 | - |
| YUV | 134.91 | 104.35 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 116 | 93 | 0 | 0.38 | 0.51 | 0.26 | 14.53 | 0.41 | 0.55 |
| Hex | BC | 74 | 5D | 0 | 26 | 33 | 1A | F | 29 | 37 |
| Octal | 274 | 164 | 135 | 0 | 46 | 63 | 32 | 17 | 51 | 67 |
| Binary | 10111100 | 1110100 | 1011101 | 0 | 100110 | 110011 | 11010 | 1111 | 101001 | 110111 |
Color Harmonies of #BC745D
Complementary color
Monochromatic Colors of #BC745D
Black with #BC745D
Text Example
Text Example
White with #BC745D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC745D; }
p { color: rgb(188,116,93); }
H1.HeaderClassName
{
color: #BC745D;
}
.AnyTagClassName
{
color: #BC745D;
}
</style>
background-color css
<style>
a { background-color: #BC745D; }
a { background-color: rgb(188,116,93); }
div.DivClassName
{
background-color: #BC745D;
}
.BgClassName
{
background-color: #BC745D;
}
</style>
border-color css
<style>
span { border-color: #BC745D; }
span { border-color: rgb(188,116,93); }
td.TdClassName
{
border-color: #BC745D;
}
.TagClassName
{
border-color: #BC745D;
}
</style>