Shades of Japonica #BC755C
Tints of Japonica #BC755C
RGB
CMYK
RGB Variations
Color information
#BC755C (or 0xBC755C) is known color: Japonica. HEX triplet: BC, 75 and 5C. RGB value is (188,117,92). Sum of RGB (Red+Green+Blue) = 188+117+92=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 117 (46.09% from 255 or 29.47% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC755C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC755C is #438AA3. Grayscale: #878787. Windows color (decimal): -4426404 or 6059452. OLE color: 6059452.
HSL color Cylindrical-coordinate representation of color #BC755C: hue angle of 15.62º 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 #BC755C is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 117 | 92 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.26 |
| HSL | 15.63º | 0.42% | 0.55% | - |
| HSV(B) | 15.63º | 0.51% | 0.74% | - |
| XYZ | 29.03 | 24.19 | 13.26 | - |
| YUV | 135.38 | 103.52 | 165.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 117 | 92 | 0 | 0.38 | 0.51 | 0.26 | 15.63 | 0.42 | 0.55 |
| Hex | BC | 75 | 5C | 0 | 26 | 33 | 1A | 10 | 2A | 37 |
| Octal | 274 | 165 | 134 | 0 | 46 | 63 | 32 | 20 | 52 | 67 |
| Binary | 10111100 | 1110101 | 1011100 | 0 | 100110 | 110011 | 11010 | 10000 | 101010 | 110111 |
Color Harmonies of #BC755C
Complementary color
Monochromatic Colors of #BC755C
Black with #BC755C
Text Example
Text Example
White with #BC755C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC755C; }
p { color: rgb(188,117,92); }
H1.HeaderClassName
{
color: #BC755C;
}
.AnyTagClassName
{
color: #BC755C;
}
</style>
background-color css
<style>
a { background-color: #BC755C; }
a { background-color: rgb(188,117,92); }
div.DivClassName
{
background-color: #BC755C;
}
.BgClassName
{
background-color: #BC755C;
}
</style>
border-color css
<style>
span { border-color: #BC755C; }
span { border-color: rgb(188,117,92); }
td.TdClassName
{
border-color: #BC755C;
}
.TagClassName
{
border-color: #BC755C;
}
</style>