Shades of Japonica #BC745A
Tints of Japonica #BC745A
RGB
CMYK
RGB Variations
Color information
#BC745A (or 0xBC745A) is known color: Japonica. HEX triplet: BC, 74 and 5A. RGB value is (188,116,90). Sum of RGB (Red+Green+Blue) = 188+116+90=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 90 (35.55% from 255 or 22.84% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC745A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC745A is #438BA5. Grayscale: #868686. Windows color (decimal): -4426662 or 5928124. OLE color: 5928124.
HSL color Cylindrical-coordinate representation of color #BC745A: hue angle of 15.92º 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 #BC745A is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 116 | 90 | - |
| CMYK | 0 | 0.38 | 0.52 | 0.26 |
| HSL | 15.92º | 0.42% | 0.55% | - |
| HSV(B) | 15.92º | 0.52% | 0.74% | - |
| XYZ | 28.83 | 23.92 | 12.77 | - |
| YUV | 134.56 | 102.85 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 116 | 90 | 0 | 0.38 | 0.52 | 0.26 | 15.92 | 0.42 | 0.55 |
| Hex | BC | 74 | 5A | 0 | 26 | 34 | 1A | 10 | 2A | 37 |
| Octal | 274 | 164 | 132 | 0 | 46 | 64 | 32 | 20 | 52 | 67 |
| Binary | 10111100 | 1110100 | 1011010 | 0 | 100110 | 110100 | 11010 | 10000 | 101010 | 110111 |
Color Harmonies of #BC745A
Complementary color
Monochromatic Colors of #BC745A
Black with #BC745A
Text Example
Text Example
White with #BC745A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC745A; }
p { color: rgb(188,116,90); }
H1.HeaderClassName
{
color: #BC745A;
}
.AnyTagClassName
{
color: #BC745A;
}
</style>
background-color css
<style>
a { background-color: #BC745A; }
a { background-color: rgb(188,116,90); }
div.DivClassName
{
background-color: #BC745A;
}
.BgClassName
{
background-color: #BC745A;
}
</style>
border-color css
<style>
span { border-color: #BC745A; }
span { border-color: rgb(188,116,90); }
td.TdClassName
{
border-color: #BC745A;
}
.TagClassName
{
border-color: #BC745A;
}
</style>