Shades of Japonica #BC765B
Tints of Japonica #BC765B
RGB
CMYK
RGB Variations
Color information
#BC765B (or 0xBC765B) is known color: Japonica. HEX triplet: BC, 76 and 5B. RGB value is (188,118,91). Sum of RGB (Red+Green+Blue) = 188+118+91=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 118 (46.48% from 255 or 29.72% from 397); Blue value is 91 (35.94% from 255 or 22.92% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC765B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC765B is #4389A4. Grayscale: #888888. Windows color (decimal): -4426149 or 5994172. OLE color: 5994172.
HSL color Cylindrical-coordinate representation of color #BC765B: hue angle of 16.7º 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 #BC765B is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 118 | 91 | - |
| CMYK | 0 | 0.37 | 0.52 | 0.26 |
| HSL | 16.7º | 0.42% | 0.55% | - |
| HSV(B) | 16.7º | 0.52% | 0.74% | - |
| XYZ | 29.11 | 24.4 | 13.07 | - |
| YUV | 135.85 | 102.69 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 91 | 0 | 0.37 | 0.52 | 0.26 | 16.7 | 0.42 | 0.55 |
| Hex | BC | 76 | 5B | 0 | 25 | 34 | 1A | 11 | 2A | 37 |
| Octal | 274 | 166 | 133 | 0 | 45 | 64 | 32 | 21 | 52 | 67 |
| Binary | 10111100 | 1110110 | 1011011 | 0 | 100101 | 110100 | 11010 | 10001 | 101010 | 110111 |
Color Harmonies of #BC765B
Complementary color
Monochromatic Colors of #BC765B
Black with #BC765B
Text Example
Text Example
White with #BC765B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC765B; }
p { color: rgb(188,118,91); }
H1.HeaderClassName
{
color: #BC765B;
}
.AnyTagClassName
{
color: #BC765B;
}
</style>
background-color css
<style>
a { background-color: #BC765B; }
a { background-color: rgb(188,118,91); }
div.DivClassName
{
background-color: #BC765B;
}
.BgClassName
{
background-color: #BC765B;
}
</style>
border-color css
<style>
span { border-color: #BC765B; }
span { border-color: rgb(188,118,91); }
td.TdClassName
{
border-color: #BC765B;
}
.TagClassName
{
border-color: #BC765B;
}
</style>