Shades of Japonica #BC7B5B
Tints of Japonica #BC7B5B
RGB
CMYK
RGB Variations
Color information
#BC7B5B (or 0xBC7B5B) is known color: Japonica. HEX triplet: BC, 7B and 5B. RGB value is (188,123,91). Sum of RGB (Red+Green+Blue) = 188+123+91=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 123 (48.44% from 255 or 30.60% from 402); Blue value is 91 (35.94% from 255 or 22.64% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7B5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7B5B is #4384A4. Grayscale: #8A8A8A. Windows color (decimal): -4424869 or 5995452. OLE color: 5995452.
HSL color Cylindrical-coordinate representation of color #BC7B5B: hue angle of 19.79º 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 #BC7B5B is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 123 | 91 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.26 |
| HSL | 19.79º | 0.42% | 0.55% | - |
| HSV(B) | 19.79º | 0.52% | 0.74% | - |
| XYZ | 29.71 | 25.61 | 13.28 | - |
| YUV | 138.79 | 101.03 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 123 | 91 | 0 | 0.35 | 0.52 | 0.26 | 19.79 | 0.42 | 0.55 |
| Hex | BC | 7B | 5B | 0 | 23 | 34 | 1A | 14 | 2A | 37 |
| Octal | 274 | 173 | 133 | 0 | 43 | 64 | 32 | 24 | 52 | 67 |
| Binary | 10111100 | 1111011 | 1011011 | 0 | 100011 | 110100 | 11010 | 10100 | 101010 | 110111 |
Color Harmonies of #BC7B5B
Complementary color
Monochromatic Colors of #BC7B5B
Black with #BC7B5B
Text Example
Text Example
White with #BC7B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7B5B; }
p { color: rgb(188,123,91); }
H1.HeaderClassName
{
color: #BC7B5B;
}
.AnyTagClassName
{
color: #BC7B5B;
}
</style>
background-color css
<style>
a { background-color: #BC7B5B; }
a { background-color: rgb(188,123,91); }
div.DivClassName
{
background-color: #BC7B5B;
}
.BgClassName
{
background-color: #BC7B5B;
}
</style>
border-color css
<style>
span { border-color: #BC7B5B; }
span { border-color: rgb(188,123,91); }
td.TdClassName
{
border-color: #BC7B5B;
}
.TagClassName
{
border-color: #BC7B5B;
}
</style>