Shades of Japonica #BD765E
Tints of Japonica #BD765E
RGB
CMYK
RGB Variations
Color information
#BD765E (or 0xBD765E) is known color: Japonica. HEX triplet: BD, 76 and 5E. RGB value is (189,118,94). Sum of RGB (Red+Green+Blue) = 189+118+94=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BD765E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD765E is #4289A1. Grayscale: #888888. Windows color (decimal): -4360610 or 6190781. OLE color: 6190781.
HSL color Cylindrical-coordinate representation of color #BD765E: hue angle of 15.16º 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 #BD765E is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 118 | 94 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.26 |
| HSL | 15.16º | 0.42% | 0.55% | - |
| HSV(B) | 15.16º | 0.5% | 0.74% | - |
| XYZ | 29.49 | 24.58 | 13.78 | - |
| YUV | 136.49 | 104.02 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 118 | 94 | 0 | 0.38 | 0.50 | 0.26 | 15.16 | 0.42 | 0.55 |
| Hex | BD | 76 | 5E | 0 | 26 | 32 | 1A | F | 2A | 37 |
| Octal | 275 | 166 | 136 | 0 | 46 | 62 | 32 | 17 | 52 | 67 |
| Binary | 10111101 | 1110110 | 1011110 | 0 | 100110 | 110010 | 11010 | 1111 | 101010 | 110111 |
Color Harmonies of #BD765E
Complementary color
Monochromatic Colors of #BD765E
Black with #BD765E
Text Example
Text Example
White with #BD765E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD765E; }
p { color: rgb(189,118,94); }
H1.HeaderClassName
{
color: #BD765E;
}
.AnyTagClassName
{
color: #BD765E;
}
</style>
background-color css
<style>
a { background-color: #BD765E; }
a { background-color: rgb(189,118,94); }
div.DivClassName
{
background-color: #BD765E;
}
.BgClassName
{
background-color: #BD765E;
}
</style>
border-color css
<style>
span { border-color: #BD765E; }
span { border-color: rgb(189,118,94); }
td.TdClassName
{
border-color: #BD765E;
}
.TagClassName
{
border-color: #BD765E;
}
</style>