Shades of Japonica #BD7058
Tints of Japonica #BD7058
RGB
CMYK
RGB Variations
Color information
#BD7058 (or 0xBD7058) is known color: Japonica. HEX triplet: BD, 70 and 58. RGB value is (189,112,88). Sum of RGB (Red+Green+Blue) = 189+112+88=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 88 (34.77% from 255 or 22.62% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7058 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7058 is #428FA7. Grayscale: #848484. Windows color (decimal): -4362152 or 5796029. OLE color: 5796029.
HSL color Cylindrical-coordinate representation of color #BD7058: hue angle of 14.26º 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 #BD7058 is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 112 | 88 | - |
| CMYK | 0 | 0.41 | 0.53 | 0.26 |
| HSL | 14.26º | 0.43% | 0.54% | - |
| HSV(B) | 14.26º | 0.53% | 0.74% | - |
| XYZ | 28.54 | 23.11 | 12.19 | - |
| YUV | 132.29 | 103.01 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 112 | 88 | 0 | 0.41 | 0.53 | 0.26 | 14.26 | 0.43 | 0.54 |
| Hex | BD | 70 | 58 | 0 | 29 | 35 | 1A | E | 2B | 36 |
| Octal | 275 | 160 | 130 | 0 | 51 | 65 | 32 | 16 | 53 | 66 |
| Binary | 10111101 | 1110000 | 1011000 | 0 | 101001 | 110101 | 11010 | 1110 | 101011 | 110110 |
Color Harmonies of #BD7058
Complementary color
Monochromatic Colors of #BD7058
Black with #BD7058
Text Example
Text Example
White with #BD7058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7058; }
p { color: rgb(189,112,88); }
H1.HeaderClassName
{
color: #BD7058;
}
.AnyTagClassName
{
color: #BD7058;
}
</style>
background-color css
<style>
a { background-color: #BD7058; }
a { background-color: rgb(189,112,88); }
div.DivClassName
{
background-color: #BD7058;
}
.BgClassName
{
background-color: #BD7058;
}
</style>
border-color css
<style>
span { border-color: #BD7058; }
span { border-color: rgb(189,112,88); }
td.TdClassName
{
border-color: #BD7058;
}
.TagClassName
{
border-color: #BD7058;
}
</style>