Shades of Japonica #BD7356
Tints of Japonica #BD7356
RGB
CMYK
RGB Variations
Color information
#BD7356 (or 0xBD7356) is known color: Japonica. HEX triplet: BD, 73 and 56. RGB value is (189,115,86). Sum of RGB (Red+Green+Blue) = 189+115+86=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 115 (45.31% from 255 or 29.49% from 390); Blue value is 86 (33.98% from 255 or 22.05% from 390); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7356 is #428CA9. Grayscale: #868686. Windows color (decimal): -4361386 or 5665725. OLE color: 5665725.
HSL color Cylindrical-coordinate representation of color #BD7356: hue angle of 16.89º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD7356 is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 115 | 86 | - |
| CMYK | 0 | 0.39 | 0.54 | 0.26 |
| HSL | 16.89º | 0.44% | 0.54% | - |
| HSV(B) | 16.89º | 0.54% | 0.74% | - |
| XYZ | 28.8 | 23.75 | 11.87 | - |
| YUV | 133.82 | 101.02 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 115 | 86 | 0 | 0.39 | 0.54 | 0.26 | 16.89 | 0.44 | 0.54 |
| Hex | BD | 73 | 56 | 0 | 27 | 36 | 1A | 11 | 2C | 36 |
| Octal | 275 | 163 | 126 | 0 | 47 | 66 | 32 | 21 | 54 | 66 |
| Binary | 10111101 | 1110011 | 1010110 | 0 | 100111 | 110110 | 11010 | 10001 | 101100 | 110110 |
Color Harmonies of #BD7356
Complementary color
Monochromatic Colors of #BD7356
Black with #BD7356
Text Example
Text Example
White with #BD7356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7356; }
p { color: rgb(189,115,86); }
H1.HeaderClassName
{
color: #BD7356;
}
.AnyTagClassName
{
color: #BD7356;
}
</style>
background-color css
<style>
a { background-color: #BD7356; }
a { background-color: rgb(189,115,86); }
div.DivClassName
{
background-color: #BD7356;
}
.BgClassName
{
background-color: #BD7356;
}
</style>
border-color css
<style>
span { border-color: #BD7356; }
span { border-color: rgb(189,115,86); }
td.TdClassName
{
border-color: #BD7356;
}
.TagClassName
{
border-color: #BD7356;
}
</style>