Shades of Japonica #BC795D
Tints of Japonica #BC795D
RGB
CMYK
RGB Variations
Color information
#BC795D (or 0xBC795D) is known color: Japonica. HEX triplet: BC, 79 and 5D. RGB value is (188,121,93). Sum of RGB (Red+Green+Blue) = 188+121+93=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 121 (47.66% from 255 or 30.10% from 402); Blue value is 93 (36.72% from 255 or 23.13% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BC795D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC795D is #4386A2. Grayscale: #8A8A8A. Windows color (decimal): -4425379 or 6126012. OLE color: 6126012.
HSL color Cylindrical-coordinate representation of color #BC795D: hue angle of 17.68º degrees, saturation: 0.41, 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 #BC795D is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 121 | 93 | - |
| CMYK | 0 | 0.36 | 0.51 | 0.26 |
| HSL | 17.68º | 0.41% | 0.55% | - |
| HSV(B) | 17.68º | 0.51% | 0.74% | - |
| XYZ | 29.55 | 25.16 | 13.65 | - |
| YUV | 137.84 | 102.7 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 121 | 93 | 0 | 0.36 | 0.51 | 0.26 | 17.68 | 0.41 | 0.55 |
| Hex | BC | 79 | 5D | 0 | 24 | 33 | 1A | 12 | 29 | 37 |
| Octal | 274 | 171 | 135 | 0 | 44 | 63 | 32 | 22 | 51 | 67 |
| Binary | 10111100 | 1111001 | 1011101 | 0 | 100100 | 110011 | 11010 | 10010 | 101001 | 110111 |
Color Harmonies of #BC795D
Complementary color
Monochromatic Colors of #BC795D
Black with #BC795D
Text Example
Text Example
White with #BC795D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC795D; }
p { color: rgb(188,121,93); }
H1.HeaderClassName
{
color: #BC795D;
}
.AnyTagClassName
{
color: #BC795D;
}
</style>
background-color css
<style>
a { background-color: #BC795D; }
a { background-color: rgb(188,121,93); }
div.DivClassName
{
background-color: #BC795D;
}
.BgClassName
{
background-color: #BC795D;
}
</style>
border-color css
<style>
span { border-color: #BC795D; }
span { border-color: rgb(188,121,93); }
td.TdClassName
{
border-color: #BC795D;
}
.TagClassName
{
border-color: #BC795D;
}
</style>