Shades of Japonica #BD6F59
Tints of Japonica #BD6F59
RGB
CMYK
RGB Variations
Color information
#BD6F59 (or 0xBD6F59) is known color: Japonica. HEX triplet: BD, 6F and 59. RGB value is (189,111,89). Sum of RGB (Red+Green+Blue) = 189+111+89=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 111 (43.75% from 255 or 28.53% from 389); Blue value is 89 (35.16% from 255 or 22.88% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6F59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6F59 is #4290A6. Grayscale: #838383. Windows color (decimal): -4362407 or 5861309. OLE color: 5861309.
HSL color Cylindrical-coordinate representation of color #BD6F59: hue angle of 13.2º 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 #BD6F59 is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 111 | 89 | - |
| CMYK | 0 | 0.41 | 0.53 | 0.26 |
| HSL | 13.2º | 0.43% | 0.55% | - |
| HSV(B) | 13.2º | 0.53% | 0.74% | - |
| XYZ | 28.47 | 22.91 | 12.37 | - |
| YUV | 131.81 | 103.84 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 111 | 89 | 0 | 0.41 | 0.53 | 0.26 | 13.2 | 0.43 | 0.55 |
| Hex | BD | 6F | 59 | 0 | 29 | 35 | 1A | D | 2B | 37 |
| Octal | 275 | 157 | 131 | 0 | 51 | 65 | 32 | 15 | 53 | 67 |
| Binary | 10111101 | 1101111 | 1011001 | 0 | 101001 | 110101 | 11010 | 1101 | 101011 | 110111 |
Color Harmonies of #BD6F59
Complementary color
Monochromatic Colors of #BD6F59
Black with #BD6F59
Text Example
Text Example
White with #BD6F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6F59; }
p { color: rgb(189,111,89); }
H1.HeaderClassName
{
color: #BD6F59;
}
.AnyTagClassName
{
color: #BD6F59;
}
</style>
background-color css
<style>
a { background-color: #BD6F59; }
a { background-color: rgb(189,111,89); }
div.DivClassName
{
background-color: #BD6F59;
}
.BgClassName
{
background-color: #BD6F59;
}
</style>
border-color css
<style>
span { border-color: #BD6F59; }
span { border-color: rgb(189,111,89); }
td.TdClassName
{
border-color: #BD6F59;
}
.TagClassName
{
border-color: #BD6F59;
}
</style>