Shades of Japonica #BD725A
Tints of Japonica #BD725A
RGB
CMYK
RGB Variations
Color information
#BD725A (or 0xBD725A) is known color: Japonica. HEX triplet: BD, 72 and 5A. RGB value is (189,114,90). Sum of RGB (Red+Green+Blue) = 189+114+90=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 90 (35.55% from 255 or 22.90% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BD725A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD725A is #428DA5. Grayscale: #858585. Windows color (decimal): -4361638 or 5927613. OLE color: 5927613.
HSL color Cylindrical-coordinate representation of color #BD725A: hue angle of 14.55º 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 #BD725A is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 114 | 90 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.26 |
| HSL | 14.55º | 0.43% | 0.55% | - |
| HSV(B) | 14.55º | 0.52% | 0.74% | - |
| XYZ | 28.85 | 23.59 | 12.71 | - |
| YUV | 133.69 | 103.35 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 114 | 90 | 0 | 0.40 | 0.52 | 0.26 | 14.55 | 0.43 | 0.55 |
| Hex | BD | 72 | 5A | 0 | 28 | 34 | 1A | F | 2B | 37 |
| Octal | 275 | 162 | 132 | 0 | 50 | 64 | 32 | 17 | 53 | 67 |
| Binary | 10111101 | 1110010 | 1011010 | 0 | 101000 | 110100 | 11010 | 1111 | 101011 | 110111 |
Color Harmonies of #BD725A
Complementary color
Monochromatic Colors of #BD725A
Black with #BD725A
Text Example
Text Example
White with #BD725A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD725A; }
p { color: rgb(189,114,90); }
H1.HeaderClassName
{
color: #BD725A;
}
.AnyTagClassName
{
color: #BD725A;
}
</style>
background-color css
<style>
a { background-color: #BD725A; }
a { background-color: rgb(189,114,90); }
div.DivClassName
{
background-color: #BD725A;
}
.BgClassName
{
background-color: #BD725A;
}
</style>
border-color css
<style>
span { border-color: #BD725A; }
span { border-color: rgb(189,114,90); }
td.TdClassName
{
border-color: #BD725A;
}
.TagClassName
{
border-color: #BD725A;
}
</style>