Shades of Japonica #BF775D
Tints of Japonica #BF775D
RGB
CMYK
RGB Variations
Color information
#BF775D (or 0xBF775D) is known color: Japonica. HEX triplet: BF, 77 and 5D. RGB value is (191,119,93). Sum of RGB (Red+Green+Blue) = 191+119+93=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 119 (46.88% from 255 or 29.53% from 403); Blue value is 93 (36.72% from 255 or 23.08% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BF775D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF775D is #4088A2. Grayscale: #898989. Windows color (decimal): -4229283 or 6125503. OLE color: 6125503.
HSL color Cylindrical-coordinate representation of color #BF775D: hue angle of 15.92º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF775D is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 119 | 93 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.25 |
| HSL | 15.92º | 0.43% | 0.56% | - |
| HSV(B) | 15.92º | 0.51% | 0.75% | - |
| XYZ | 30.06 | 25.06 | 13.61 | - |
| YUV | 137.56 | 102.85 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 119 | 93 | 0 | 0.38 | 0.51 | 0.25 | 15.92 | 0.43 | 0.56 |
| Hex | BF | 77 | 5D | 0 | 26 | 33 | 19 | 10 | 2B | 38 |
| Octal | 277 | 167 | 135 | 0 | 46 | 63 | 31 | 20 | 53 | 70 |
| Binary | 10111111 | 1110111 | 1011101 | 0 | 100110 | 110011 | 11001 | 10000 | 101011 | 111000 |
Color Harmonies of #BF775D
Complementary color
Monochromatic Colors of #BF775D
Black with #BF775D
Text Example
Text Example
White with #BF775D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF775D; }
p { color: rgb(191,119,93); }
H1.HeaderClassName
{
color: #BF775D;
}
.AnyTagClassName
{
color: #BF775D;
}
</style>
background-color css
<style>
a { background-color: #BF775D; }
a { background-color: rgb(191,119,93); }
div.DivClassName
{
background-color: #BF775D;
}
.BgClassName
{
background-color: #BF775D;
}
</style>
border-color css
<style>
span { border-color: #BF775D; }
span { border-color: rgb(191,119,93); }
td.TdClassName
{
border-color: #BF775D;
}
.TagClassName
{
border-color: #BF775D;
}
</style>