Shades of Japonica #BC6F5A
Tints of Japonica #BC6F5A
RGB
CMYK
RGB Variations
Color information
#BC6F5A (or 0xBC6F5A) is known color: Japonica. HEX triplet: BC, 6F and 5A. RGB value is (188,111,90). Sum of RGB (Red+Green+Blue) = 188+111+90=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 111 (43.75% from 255 or 28.53% from 389); Blue value is 90 (35.55% from 255 or 23.14% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6F5A is #4390A5. Grayscale: #838383. Windows color (decimal): -4427942 or 5926844. OLE color: 5926844.
HSL color Cylindrical-coordinate representation of color #BC6F5A: hue angle of 12.86º 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 #BC6F5A is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 111 | 90 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.26 |
| HSL | 12.86º | 0.42% | 0.55% | - |
| HSV(B) | 12.86º | 0.52% | 0.74% | - |
| XYZ | 28.27 | 22.8 | 12.58 | - |
| YUV | 131.63 | 104.51 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 111 | 90 | 0 | 0.41 | 0.52 | 0.26 | 12.86 | 0.42 | 0.55 |
| Hex | BC | 6F | 5A | 0 | 29 | 34 | 1A | D | 2A | 37 |
| Octal | 274 | 157 | 132 | 0 | 51 | 64 | 32 | 15 | 52 | 67 |
| Binary | 10111100 | 1101111 | 1011010 | 0 | 101001 | 110100 | 11010 | 1101 | 101010 | 110111 |
Color Harmonies of #BC6F5A
Complementary color
Monochromatic Colors of #BC6F5A
Black with #BC6F5A
Text Example
Text Example
White with #BC6F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6F5A; }
p { color: rgb(188,111,90); }
H1.HeaderClassName
{
color: #BC6F5A;
}
.AnyTagClassName
{
color: #BC6F5A;
}
</style>
background-color css
<style>
a { background-color: #BC6F5A; }
a { background-color: rgb(188,111,90); }
div.DivClassName
{
background-color: #BC6F5A;
}
.BgClassName
{
background-color: #BC6F5A;
}
</style>
border-color css
<style>
span { border-color: #BC6F5A; }
span { border-color: rgb(188,111,90); }
td.TdClassName
{
border-color: #BC6F5A;
}
.TagClassName
{
border-color: #BC6F5A;
}
</style>