Shades of Japonica #BC7B58
Tints of Japonica #BC7B58
RGB
CMYK
RGB Variations
Color information
#BC7B58 (or 0xBC7B58) is known color: Japonica. HEX triplet: BC, 7B and 58. RGB value is (188,123,88). Sum of RGB (Red+Green+Blue) = 188+123+88=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 88 (34.77% from 255 or 22.06% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7B58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7B58 is #4384A7. Grayscale: #8A8A8A. Windows color (decimal): -4424872 or 5798844. OLE color: 5798844.
HSL color Cylindrical-coordinate representation of color #BC7B58: hue angle of 21º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC7B58 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 123 | 88 | - |
| CMYK | 0 | 0.35 | 0.53 | 0.26 |
| HSL | 21º | 0.43% | 0.54% | - |
| HSV(B) | 21º | 0.53% | 0.74% | - |
| XYZ | 29.58 | 25.56 | 12.61 | - |
| YUV | 138.45 | 99.53 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 123 | 88 | 0 | 0.35 | 0.53 | 0.26 | 21 | 0.43 | 0.54 |
| Hex | BC | 7B | 58 | 0 | 23 | 35 | 1A | 15 | 2B | 36 |
| Octal | 274 | 173 | 130 | 0 | 43 | 65 | 32 | 25 | 53 | 66 |
| Binary | 10111100 | 1111011 | 1011000 | 0 | 100011 | 110101 | 11010 | 10101 | 101011 | 110110 |
Color Harmonies of #BC7B58
Complementary color
Monochromatic Colors of #BC7B58
Black with #BC7B58
Text Example
Text Example
White with #BC7B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7B58; }
p { color: rgb(188,123,88); }
H1.HeaderClassName
{
color: #BC7B58;
}
.AnyTagClassName
{
color: #BC7B58;
}
</style>
background-color css
<style>
a { background-color: #BC7B58; }
a { background-color: rgb(188,123,88); }
div.DivClassName
{
background-color: #BC7B58;
}
.BgClassName
{
background-color: #BC7B58;
}
</style>
border-color css
<style>
span { border-color: #BC7B58; }
span { border-color: rgb(188,123,88); }
td.TdClassName
{
border-color: #BC7B58;
}
.TagClassName
{
border-color: #BC7B58;
}
</style>