Shades of Japonica #BD715B
Tints of Japonica #BD715B
RGB
CMYK
RGB Variations
Color information
#BD715B (or 0xBD715B) is known color: Japonica. HEX triplet: BD, 71 and 5B. RGB value is (189,113,91). Sum of RGB (Red+Green+Blue) = 189+113+91=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 91 (35.94% from 255 or 23.16% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BD715B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD715B is #428EA4. Grayscale: #858585. Windows color (decimal): -4361893 or 5992893. OLE color: 5992893.
HSL color Cylindrical-coordinate representation of color #BD715B: hue angle of 13.47º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BD715B is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 113 | 91 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.26 |
| HSL | 13.47º | 0.43% | 0.55% | - |
| HSV(B) | 13.47º | 0.52% | 0.74% | - |
| XYZ | 28.78 | 23.38 | 12.89 | - |
| YUV | 133.22 | 104.18 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 113 | 91 | 0 | 0.40 | 0.52 | 0.26 | 13.47 | 0.43 | 0.55 |
| Hex | BD | 71 | 5B | 0 | 28 | 34 | 1A | D | 2B | 37 |
| Octal | 275 | 161 | 133 | 0 | 50 | 64 | 32 | 15 | 53 | 67 |
| Binary | 10111101 | 1110001 | 1011011 | 0 | 101000 | 110100 | 11010 | 1101 | 101011 | 110111 |
Color Harmonies of #BD715B
Complementary color
Monochromatic Colors of #BD715B
Black with #BD715B
Text Example
Text Example
White with #BD715B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD715B; }
p { color: rgb(189,113,91); }
H1.HeaderClassName
{
color: #BD715B;
}
.AnyTagClassName
{
color: #BD715B;
}
</style>
background-color css
<style>
a { background-color: #BD715B; }
a { background-color: rgb(189,113,91); }
div.DivClassName
{
background-color: #BD715B;
}
.BgClassName
{
background-color: #BD715B;
}
</style>
border-color css
<style>
span { border-color: #BD715B; }
span { border-color: rgb(189,113,91); }
td.TdClassName
{
border-color: #BD715B;
}
.TagClassName
{
border-color: #BD715B;
}
</style>