Shades of Japonica #BC775C
Tints of Japonica #BC775C
RGB
CMYK
RGB Variations
Color information
#BC775C (or 0xBC775C) is known color: Japonica. HEX triplet: BC, 77 and 5C. RGB value is (188,119,92). Sum of RGB (Red+Green+Blue) = 188+119+92=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 119 (46.88% from 255 or 29.82% from 399); Blue value is 92 (36.33% from 255 or 23.06% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC775C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC775C is #4388A3. Grayscale: #888888. Windows color (decimal): -4425892 or 6059964. OLE color: 6059964.
HSL color Cylindrical-coordinate representation of color #BC775C: hue angle of 16.88º 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 #BC775C is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 119 | 92 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.26 |
| HSL | 16.88º | 0.42% | 0.55% | - |
| HSV(B) | 16.88º | 0.51% | 0.74% | - |
| XYZ | 29.27 | 24.66 | 13.34 | - |
| YUV | 136.55 | 102.86 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 119 | 92 | 0 | 0.37 | 0.51 | 0.26 | 16.88 | 0.42 | 0.55 |
| Hex | BC | 77 | 5C | 0 | 25 | 33 | 1A | 11 | 2A | 37 |
| Octal | 274 | 167 | 134 | 0 | 45 | 63 | 32 | 21 | 52 | 67 |
| Binary | 10111100 | 1110111 | 1011100 | 0 | 100101 | 110011 | 11010 | 10001 | 101010 | 110111 |
Color Harmonies of #BC775C
Complementary color
Monochromatic Colors of #BC775C
Black with #BC775C
Text Example
Text Example
White with #BC775C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC775C; }
p { color: rgb(188,119,92); }
H1.HeaderClassName
{
color: #BC775C;
}
.AnyTagClassName
{
color: #BC775C;
}
</style>
background-color css
<style>
a { background-color: #BC775C; }
a { background-color: rgb(188,119,92); }
div.DivClassName
{
background-color: #BC775C;
}
.BgClassName
{
background-color: #BC775C;
}
</style>
border-color css
<style>
span { border-color: #BC775C; }
span { border-color: rgb(188,119,92); }
td.TdClassName
{
border-color: #BC775C;
}
.TagClassName
{
border-color: #BC775C;
}
</style>