Shades of Japonica #BD755E
Tints of Japonica #BD755E
RGB
CMYK
RGB Variations
Color information
#BD755E (or 0xBD755E) is known color: Japonica. HEX triplet: BD, 75 and 5E. RGB value is (189,117,94). Sum of RGB (Red+Green+Blue) = 189+117+94=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 94 (37.11% from 255 or 23.5% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BD755E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD755E is #428AA1. Grayscale: #888888. Windows color (decimal): -4360866 or 6190525. OLE color: 6190525.
HSL color Cylindrical-coordinate representation of color #BD755E: hue angle of 14.53º 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 #BD755E is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 117 | 94 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.26 |
| HSL | 14.53º | 0.42% | 0.55% | - |
| HSV(B) | 14.53º | 0.5% | 0.74% | - |
| XYZ | 29.37 | 24.35 | 13.74 | - |
| YUV | 135.91 | 104.35 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 117 | 94 | 0 | 0.38 | 0.50 | 0.26 | 14.53 | 0.42 | 0.55 |
| Hex | BD | 75 | 5E | 0 | 26 | 32 | 1A | F | 2A | 37 |
| Octal | 275 | 165 | 136 | 0 | 46 | 62 | 32 | 17 | 52 | 67 |
| Binary | 10111101 | 1110101 | 1011110 | 0 | 100110 | 110010 | 11010 | 1111 | 101010 | 110111 |
Color Harmonies of #BD755E
Complementary color
Monochromatic Colors of #BD755E
Black with #BD755E
Text Example
Text Example
White with #BD755E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD755E; }
p { color: rgb(189,117,94); }
H1.HeaderClassName
{
color: #BD755E;
}
.AnyTagClassName
{
color: #BD755E;
}
</style>
background-color css
<style>
a { background-color: #BD755E; }
a { background-color: rgb(189,117,94); }
div.DivClassName
{
background-color: #BD755E;
}
.BgClassName
{
background-color: #BD755E;
}
</style>
border-color css
<style>
span { border-color: #BD755E; }
span { border-color: rgb(189,117,94); }
td.TdClassName
{
border-color: #BD755E;
}
.TagClassName
{
border-color: #BD755E;
}
</style>