Shades of Japonica #BD7A57
Tints of Japonica #BD7A57
RGB
CMYK
RGB Variations
Color information
#BD7A57 (or 0xBD7A57) is known color: Japonica. HEX triplet: BD, 7A and 57. RGB value is (189,122,87). Sum of RGB (Red+Green+Blue) = 189+122+87=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 122 (48.05% from 255 or 30.65% from 398); Blue value is 87 (34.38% from 255 or 21.86% from 398); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7A57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7A57 is #4285A8. Grayscale: #8A8A8A. Windows color (decimal): -4359593 or 5733053. OLE color: 5733053.
HSL color Cylindrical-coordinate representation of color #BD7A57: hue angle of 20.59º 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 #BD7A57 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 122 | 87 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.26 |
| HSL | 20.59º | 0.44% | 0.54% | - |
| HSV(B) | 20.59º | 0.54% | 0.74% | - |
| XYZ | 29.67 | 25.43 | 12.36 | - |
| YUV | 138.04 | 99.2 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 122 | 87 | 0 | 0.35 | 0.54 | 0.26 | 20.59 | 0.44 | 0.54 |
| Hex | BD | 7A | 57 | 0 | 23 | 36 | 1A | 15 | 2C | 36 |
| Octal | 275 | 172 | 127 | 0 | 43 | 66 | 32 | 25 | 54 | 66 |
| Binary | 10111101 | 1111010 | 1010111 | 0 | 100011 | 110110 | 11010 | 10101 | 101100 | 110110 |
Color Harmonies of #BD7A57
Complementary color
Monochromatic Colors of #BD7A57
Black with #BD7A57
Text Example
Text Example
White with #BD7A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7A57; }
p { color: rgb(189,122,87); }
H1.HeaderClassName
{
color: #BD7A57;
}
.AnyTagClassName
{
color: #BD7A57;
}
</style>
background-color css
<style>
a { background-color: #BD7A57; }
a { background-color: rgb(189,122,87); }
div.DivClassName
{
background-color: #BD7A57;
}
.BgClassName
{
background-color: #BD7A57;
}
</style>
border-color css
<style>
span { border-color: #BD7A57; }
span { border-color: rgb(189,122,87); }
td.TdClassName
{
border-color: #BD7A57;
}
.TagClassName
{
border-color: #BD7A57;
}
</style>