Shades of Japonica #BD715A
Tints of Japonica #BD715A
RGB
CMYK
RGB Variations
Color information
#BD715A (or 0xBD715A) is known color: Japonica. HEX triplet: BD, 71 and 5A. RGB value is (189,113,90). Sum of RGB (Red+Green+Blue) = 189+113+90=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 113 (44.53% from 255 or 28.83% from 392); Blue value is 90 (35.55% from 255 or 22.96% from 392); Max value from RGB is 189 - color contains mainly: red. Hex color #BD715A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD715A is #428EA5. Grayscale: #858585. Windows color (decimal): -4361894 or 5927357. OLE color: 5927357.
HSL color Cylindrical-coordinate representation of color #BD715A: hue angle of 13.94º 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 #BD715A is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 113 | 90 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.26 |
| HSL | 13.94º | 0.43% | 0.55% | - |
| HSV(B) | 13.94º | 0.52% | 0.74% | - |
| XYZ | 28.74 | 23.37 | 12.67 | - |
| YUV | 133.1 | 103.68 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 113 | 90 | 0 | 0.40 | 0.52 | 0.26 | 13.94 | 0.43 | 0.55 |
| Hex | BD | 71 | 5A | 0 | 28 | 34 | 1A | E | 2B | 37 |
| Octal | 275 | 161 | 132 | 0 | 50 | 64 | 32 | 16 | 53 | 67 |
| Binary | 10111101 | 1110001 | 1011010 | 0 | 101000 | 110100 | 11010 | 1110 | 101011 | 110111 |
Color Harmonies of #BD715A
Complementary color
Monochromatic Colors of #BD715A
Black with #BD715A
Text Example
Text Example
White with #BD715A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD715A; }
p { color: rgb(189,113,90); }
H1.HeaderClassName
{
color: #BD715A;
}
.AnyTagClassName
{
color: #BD715A;
}
</style>
background-color css
<style>
a { background-color: #BD715A; }
a { background-color: rgb(189,113,90); }
div.DivClassName
{
background-color: #BD715A;
}
.BgClassName
{
background-color: #BD715A;
}
</style>
border-color css
<style>
span { border-color: #BD715A; }
span { border-color: rgb(189,113,90); }
td.TdClassName
{
border-color: #BD715A;
}
.TagClassName
{
border-color: #BD715A;
}
</style>