Shades of Japonica #BD795F
Tints of Japonica #BD795F
RGB
CMYK
RGB Variations
Color information
#BD795F (or 0xBD795F) is known color: Japonica. HEX triplet: BD, 79 and 5F. RGB value is (189,121,95). Sum of RGB (Red+Green+Blue) = 189+121+95=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 121 (47.66% from 255 or 29.88% from 405); Blue value is 95 (37.5% from 255 or 23.46% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BD795F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD795F is #4286A0. Grayscale: #8A8A8A. Windows color (decimal): -4359841 or 6257085. OLE color: 6257085.
HSL color Cylindrical-coordinate representation of color #BD795F: hue angle of 16.6º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD795F is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 121 | 95 | - |
| CMYK | 0 | 0.36 | 0.50 | 0.26 |
| HSL | 16.6º | 0.42% | 0.56% | - |
| HSV(B) | 16.6º | 0.5% | 0.74% | - |
| XYZ | 29.89 | 25.32 | 14.14 | - |
| YUV | 138.37 | 103.53 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 121 | 95 | 0 | 0.36 | 0.50 | 0.26 | 16.6 | 0.42 | 0.56 |
| Hex | BD | 79 | 5F | 0 | 24 | 32 | 1A | 11 | 2A | 38 |
| Octal | 275 | 171 | 137 | 0 | 44 | 62 | 32 | 21 | 52 | 70 |
| Binary | 10111101 | 1111001 | 1011111 | 0 | 100100 | 110010 | 11010 | 10001 | 101010 | 111000 |
Color Harmonies of #BD795F
Complementary color
Monochromatic Colors of #BD795F
Black with #BD795F
Text Example
Text Example
White with #BD795F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD795F; }
p { color: rgb(189,121,95); }
H1.HeaderClassName
{
color: #BD795F;
}
.AnyTagClassName
{
color: #BD795F;
}
</style>
background-color css
<style>
a { background-color: #BD795F; }
a { background-color: rgb(189,121,95); }
div.DivClassName
{
background-color: #BD795F;
}
.BgClassName
{
background-color: #BD795F;
}
</style>
border-color css
<style>
span { border-color: #BD795F; }
span { border-color: rgb(189,121,95); }
td.TdClassName
{
border-color: #BD795F;
}
.TagClassName
{
border-color: #BD795F;
}
</style>