Shades of Japonica #BF705B
Tints of Japonica #BF705B
RGB
CMYK
RGB Variations
Color information
#BF705B (or 0xBF705B) is known color: Japonica. HEX triplet: BF, 70 and 5B. RGB value is (191,112,91). Sum of RGB (Red+Green+Blue) = 191+112+91=394 (52% of max value = 765). Red value is 191 (75% from 255 or 48.48% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 91 (35.94% from 255 or 23.10% from 394); Max value from RGB is 191 - color contains mainly: red. Hex color #BF705B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF705B is #408FA4. Grayscale: #858585. Windows color (decimal): -4231077 or 5992639. OLE color: 5992639.
HSL color Cylindrical-coordinate representation of color #BF705B: hue angle of 12.6º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF705B is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 112 | 91 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.25 |
| HSL | 12.6º | 0.44% | 0.55% | - |
| HSV(B) | 12.6º | 0.52% | 0.75% | - |
| XYZ | 29.17 | 23.42 | 12.88 | - |
| YUV | 133.23 | 104.17 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 112 | 91 | 0 | 0.41 | 0.52 | 0.25 | 12.6 | 0.44 | 0.55 |
| Hex | BF | 70 | 5B | 0 | 29 | 34 | 19 | D | 2C | 37 |
| Octal | 277 | 160 | 133 | 0 | 51 | 64 | 31 | 15 | 54 | 67 |
| Binary | 10111111 | 1110000 | 1011011 | 0 | 101001 | 110100 | 11001 | 1101 | 101100 | 110111 |
Color Harmonies of #BF705B
Complementary color
Monochromatic Colors of #BF705B
Black with #BF705B
Text Example
Text Example
White with #BF705B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF705B; }
p { color: rgb(191,112,91); }
H1.HeaderClassName
{
color: #BF705B;
}
.AnyTagClassName
{
color: #BF705B;
}
</style>
background-color css
<style>
a { background-color: #BF705B; }
a { background-color: rgb(191,112,91); }
div.DivClassName
{
background-color: #BF705B;
}
.BgClassName
{
background-color: #BF705B;
}
</style>
border-color css
<style>
span { border-color: #BF705B; }
span { border-color: rgb(191,112,91); }
td.TdClassName
{
border-color: #BF705B;
}
.TagClassName
{
border-color: #BF705B;
}
</style>