Shades of Japonica #BD7256
Tints of Japonica #BD7256
RGB
CMYK
RGB Variations
Color information
#BD7256 (or 0xBD7256) is known color: Japonica. HEX triplet: BD, 72 and 56. RGB value is (189,114,86). Sum of RGB (Red+Green+Blue) = 189+114+86=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 86 (33.98% from 255 or 22.11% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7256 is #428DA9. Grayscale: #858585. Windows color (decimal): -4361642 or 5665469. OLE color: 5665469.
HSL color Cylindrical-coordinate representation of color #BD7256: hue angle of 16.31º 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 #BD7256 is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 114 | 86 | - |
| CMYK | 0 | 0.40 | 0.54 | 0.26 |
| HSL | 16.31º | 0.44% | 0.54% | - |
| HSV(B) | 16.31º | 0.54% | 0.74% | - |
| XYZ | 28.68 | 23.53 | 11.83 | - |
| YUV | 133.23 | 101.35 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 114 | 86 | 0 | 0.40 | 0.54 | 0.26 | 16.31 | 0.44 | 0.54 |
| Hex | BD | 72 | 56 | 0 | 28 | 36 | 1A | 10 | 2C | 36 |
| Octal | 275 | 162 | 126 | 0 | 50 | 66 | 32 | 20 | 54 | 66 |
| Binary | 10111101 | 1110010 | 1010110 | 0 | 101000 | 110110 | 11010 | 10000 | 101100 | 110110 |
Color Harmonies of #BD7256
Complementary color
Monochromatic Colors of #BD7256
Black with #BD7256
Text Example
Text Example
White with #BD7256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7256; }
p { color: rgb(189,114,86); }
H1.HeaderClassName
{
color: #BD7256;
}
.AnyTagClassName
{
color: #BD7256;
}
</style>
background-color css
<style>
a { background-color: #BD7256; }
a { background-color: rgb(189,114,86); }
div.DivClassName
{
background-color: #BD7256;
}
.BgClassName
{
background-color: #BD7256;
}
</style>
border-color css
<style>
span { border-color: #BD7256; }
span { border-color: rgb(189,114,86); }
td.TdClassName
{
border-color: #BD7256;
}
.TagClassName
{
border-color: #BD7256;
}
</style>