Shades of Japonica #BD785E
Tints of Japonica #BD785E
RGB
CMYK
RGB Variations
Color information
#BD785E (or 0xBD785E) is known color: Japonica. HEX triplet: BD, 78 and 5E. RGB value is (189,120,94). Sum of RGB (Red+Green+Blue) = 189+120+94=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 120 (47.27% from 255 or 29.78% from 403); Blue value is 94 (37.11% from 255 or 23.33% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BD785E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD785E is #4287A1. Grayscale: #898989. Windows color (decimal): -4360098 or 6191293. OLE color: 6191293.
HSL color Cylindrical-coordinate representation of color #BD785E: hue angle of 16.42º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD785E is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 120 | 94 | - |
| CMYK | 0 | 0.37 | 0.50 | 0.26 |
| HSL | 16.42º | 0.42% | 0.55% | - |
| HSV(B) | 16.42º | 0.5% | 0.74% | - |
| XYZ | 29.72 | 25.06 | 13.86 | - |
| YUV | 137.67 | 103.36 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 120 | 94 | 0 | 0.37 | 0.50 | 0.26 | 16.42 | 0.42 | 0.55 |
| Hex | BD | 78 | 5E | 0 | 25 | 32 | 1A | 10 | 2A | 37 |
| Octal | 275 | 170 | 136 | 0 | 45 | 62 | 32 | 20 | 52 | 67 |
| Binary | 10111101 | 1111000 | 1011110 | 0 | 100101 | 110010 | 11010 | 10000 | 101010 | 110111 |
Color Harmonies of #BD785E
Complementary color
Monochromatic Colors of #BD785E
Black with #BD785E
Text Example
Text Example
White with #BD785E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD785E; }
p { color: rgb(189,120,94); }
H1.HeaderClassName
{
color: #BD785E;
}
.AnyTagClassName
{
color: #BD785E;
}
</style>
background-color css
<style>
a { background-color: #BD785E; }
a { background-color: rgb(189,120,94); }
div.DivClassName
{
background-color: #BD785E;
}
.BgClassName
{
background-color: #BD785E;
}
</style>
border-color css
<style>
span { border-color: #BD785E; }
span { border-color: rgb(189,120,94); }
td.TdClassName
{
border-color: #BD785E;
}
.TagClassName
{
border-color: #BD785E;
}
</style>