Shades of Japonica #BD775F
Tints of Japonica #BD775F
RGB
CMYK
RGB Variations
Color information
#BD775F (or 0xBD775F) is known color: Japonica. HEX triplet: BD, 77 and 5F. RGB value is (189,119,95). Sum of RGB (Red+Green+Blue) = 189+119+95=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 119 (46.88% from 255 or 29.53% from 403); Blue value is 95 (37.5% from 255 or 23.57% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BD775F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD775F is #4288A0. Grayscale: #898989. Windows color (decimal): -4360353 or 6256573. OLE color: 6256573.
HSL color Cylindrical-coordinate representation of color #BD775F: hue angle of 15.32º 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 #BD775F is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 119 | 95 | - |
| CMYK | 0 | 0.37 | 0.50 | 0.26 |
| HSL | 15.32º | 0.42% | 0.56% | - |
| HSV(B) | 15.32º | 0.5% | 0.74% | - |
| XYZ | 29.65 | 24.84 | 14.06 | - |
| YUV | 137.19 | 104.19 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 119 | 95 | 0 | 0.37 | 0.50 | 0.26 | 15.32 | 0.42 | 0.56 |
| Hex | BD | 77 | 5F | 0 | 25 | 32 | 1A | F | 2A | 38 |
| Octal | 275 | 167 | 137 | 0 | 45 | 62 | 32 | 17 | 52 | 70 |
| Binary | 10111101 | 1110111 | 1011111 | 0 | 100101 | 110010 | 11010 | 1111 | 101010 | 111000 |
Color Harmonies of #BD775F
Complementary color
Monochromatic Colors of #BD775F
Black with #BD775F
Text Example
Text Example
White with #BD775F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD775F; }
p { color: rgb(189,119,95); }
H1.HeaderClassName
{
color: #BD775F;
}
.AnyTagClassName
{
color: #BD775F;
}
</style>
background-color css
<style>
a { background-color: #BD775F; }
a { background-color: rgb(189,119,95); }
div.DivClassName
{
background-color: #BD775F;
}
.BgClassName
{
background-color: #BD775F;
}
</style>
border-color css
<style>
span { border-color: #BD775F; }
span { border-color: rgb(189,119,95); }
td.TdClassName
{
border-color: #BD775F;
}
.TagClassName
{
border-color: #BD775F;
}
</style>