Shades of Japonica #BD6E59
Tints of Japonica #BD6E59
RGB
CMYK
RGB Variations
Color information
#BD6E59 (or 0xBD6E59) is known color: Japonica. HEX triplet: BD, 6E and 59. RGB value is (189,110,89). Sum of RGB (Red+Green+Blue) = 189+110+89=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 89 (35.16% from 255 or 22.94% from 388); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6E59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6E59 is #4291A6. Grayscale: #838383. Windows color (decimal): -4362663 or 5861053. OLE color: 5861053.
HSL color Cylindrical-coordinate representation of color #BD6E59: hue angle of 12.6º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD6E59 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 110 | 89 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.26 |
| HSL | 12.6º | 0.43% | 0.55% | - |
| HSV(B) | 12.6º | 0.53% | 0.74% | - |
| XYZ | 28.37 | 22.69 | 12.34 | - |
| YUV | 131.23 | 104.17 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 110 | 89 | 0 | 0.42 | 0.53 | 0.26 | 12.6 | 0.43 | 0.55 |
| Hex | BD | 6E | 59 | 0 | 2A | 35 | 1A | D | 2B | 37 |
| Octal | 275 | 156 | 131 | 0 | 52 | 65 | 32 | 15 | 53 | 67 |
| Binary | 10111101 | 1101110 | 1011001 | 0 | 101010 | 110101 | 11010 | 1101 | 101011 | 110111 |
Color Harmonies of #BD6E59
Complementary color
Monochromatic Colors of #BD6E59
Black with #BD6E59
Text Example
Text Example
White with #BD6E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6E59; }
p { color: rgb(189,110,89); }
H1.HeaderClassName
{
color: #BD6E59;
}
.AnyTagClassName
{
color: #BD6E59;
}
</style>
background-color css
<style>
a { background-color: #BD6E59; }
a { background-color: rgb(189,110,89); }
div.DivClassName
{
background-color: #BD6E59;
}
.BgClassName
{
background-color: #BD6E59;
}
</style>
border-color css
<style>
span { border-color: #BD6E59; }
span { border-color: rgb(189,110,89); }
td.TdClassName
{
border-color: #BD6E59;
}
.TagClassName
{
border-color: #BD6E59;
}
</style>