Shades of Japonica #BC765C
Tints of Japonica #BC765C
RGB
CMYK
RGB Variations
Color information
#BC765C (or 0xBC765C) is known color: Japonica. HEX triplet: BC, 76 and 5C. RGB value is (188,118,92). Sum of RGB (Red+Green+Blue) = 188+118+92=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 118 (46.48% from 255 or 29.65% from 398); Blue value is 92 (36.33% from 255 or 23.12% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC765C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC765C is #4389A3. Grayscale: #888888. Windows color (decimal): -4426148 or 6059708. OLE color: 6059708.
HSL color Cylindrical-coordinate representation of color #BC765C: hue angle of 16.25º 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 #BC765C is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 118 | 92 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.26 |
| HSL | 16.25º | 0.42% | 0.55% | - |
| HSV(B) | 16.25º | 0.51% | 0.74% | - |
| XYZ | 29.15 | 24.42 | 13.3 | - |
| YUV | 135.97 | 103.19 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 92 | 0 | 0.37 | 0.51 | 0.26 | 16.25 | 0.42 | 0.55 |
| Hex | BC | 76 | 5C | 0 | 25 | 33 | 1A | 10 | 2A | 37 |
| Octal | 274 | 166 | 134 | 0 | 45 | 63 | 32 | 20 | 52 | 67 |
| Binary | 10111100 | 1110110 | 1011100 | 0 | 100101 | 110011 | 11010 | 10000 | 101010 | 110111 |
Color Harmonies of #BC765C
Complementary color
Monochromatic Colors of #BC765C
Black with #BC765C
Text Example
Text Example
White with #BC765C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC765C; }
p { color: rgb(188,118,92); }
H1.HeaderClassName
{
color: #BC765C;
}
.AnyTagClassName
{
color: #BC765C;
}
</style>
background-color css
<style>
a { background-color: #BC765C; }
a { background-color: rgb(188,118,92); }
div.DivClassName
{
background-color: #BC765C;
}
.BgClassName
{
background-color: #BC765C;
}
</style>
border-color css
<style>
span { border-color: #BC765C; }
span { border-color: rgb(188,118,92); }
td.TdClassName
{
border-color: #BC765C;
}
.TagClassName
{
border-color: #BC765C;
}
</style>