Shades of Japonica #BC735B
Tints of Japonica #BC735B
RGB
CMYK
RGB Variations
Color information
#BC735B (or 0xBC735B) is known color: Japonica. HEX triplet: BC, 73 and 5B. RGB value is (188,115,91). Sum of RGB (Red+Green+Blue) = 188+115+91=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 115 (45.31% from 255 or 29.19% from 394); Blue value is 91 (35.94% from 255 or 23.10% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC735B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC735B is #438CA4. Grayscale: #868686. Windows color (decimal): -4426917 or 5993404. OLE color: 5993404.
HSL color Cylindrical-coordinate representation of color #BC735B: hue angle of 14.85º 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 #BC735B is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 115 | 91 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.26 |
| HSL | 14.85º | 0.42% | 0.55% | - |
| HSV(B) | 14.85º | 0.52% | 0.74% | - |
| XYZ | 28.76 | 23.71 | 12.96 | - |
| YUV | 134.09 | 103.68 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 115 | 91 | 0 | 0.39 | 0.52 | 0.26 | 14.85 | 0.42 | 0.55 |
| Hex | BC | 73 | 5B | 0 | 27 | 34 | 1A | F | 2A | 37 |
| Octal | 274 | 163 | 133 | 0 | 47 | 64 | 32 | 17 | 52 | 67 |
| Binary | 10111100 | 1110011 | 1011011 | 0 | 100111 | 110100 | 11010 | 1111 | 101010 | 110111 |
Color Harmonies of #BC735B
Complementary color
Monochromatic Colors of #BC735B
Black with #BC735B
Text Example
Text Example
White with #BC735B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC735B; }
p { color: rgb(188,115,91); }
H1.HeaderClassName
{
color: #BC735B;
}
.AnyTagClassName
{
color: #BC735B;
}
</style>
background-color css
<style>
a { background-color: #BC735B; }
a { background-color: rgb(188,115,91); }
div.DivClassName
{
background-color: #BC735B;
}
.BgClassName
{
background-color: #BC735B;
}
</style>
border-color css
<style>
span { border-color: #BC735B; }
span { border-color: rgb(188,115,91); }
td.TdClassName
{
border-color: #BC735B;
}
.TagClassName
{
border-color: #BC735B;
}
</style>