Shades of Japonica #BD7957
Tints of Japonica #BD7957
RGB
CMYK
RGB Variations
Color information
#BD7957 (or 0xBD7957) is known color: Japonica. HEX triplet: BD, 79 and 57. RGB value is (189,121,87). Sum of RGB (Red+Green+Blue) = 189+121+87=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 121 (47.66% from 255 or 30.48% from 397); Blue value is 87 (34.38% from 255 or 21.91% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7957 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7957 is #4286A8. Grayscale: #898989. Windows color (decimal): -4359849 or 5732797. OLE color: 5732797.
HSL color Cylindrical-coordinate representation of color #BD7957: hue angle of 20º 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 #BD7957 is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 121 | 87 | - |
| CMYK | 0 | 0.36 | 0.54 | 0.26 |
| HSL | 20º | 0.44% | 0.54% | - |
| HSV(B) | 20º | 0.54% | 0.74% | - |
| XYZ | 29.54 | 25.18 | 12.32 | - |
| YUV | 137.46 | 99.53 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 121 | 87 | 0 | 0.36 | 0.54 | 0.26 | 20 | 0.44 | 0.54 |
| Hex | BD | 79 | 57 | 0 | 24 | 36 | 1A | 14 | 2C | 36 |
| Octal | 275 | 171 | 127 | 0 | 44 | 66 | 32 | 24 | 54 | 66 |
| Binary | 10111101 | 1111001 | 1010111 | 0 | 100100 | 110110 | 11010 | 10100 | 101100 | 110110 |
Color Harmonies of #BD7957
Complementary color
Monochromatic Colors of #BD7957
Black with #BD7957
Text Example
Text Example
White with #BD7957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7957; }
p { color: rgb(189,121,87); }
H1.HeaderClassName
{
color: #BD7957;
}
.AnyTagClassName
{
color: #BD7957;
}
</style>
background-color css
<style>
a { background-color: #BD7957; }
a { background-color: rgb(189,121,87); }
div.DivClassName
{
background-color: #BD7957;
}
.BgClassName
{
background-color: #BD7957;
}
</style>
border-color css
<style>
span { border-color: #BD7957; }
span { border-color: rgb(189,121,87); }
td.TdClassName
{
border-color: #BD7957;
}
.TagClassName
{
border-color: #BD7957;
}
</style>