Shades of Japonica #BF715C
Tints of Japonica #BF715C
RGB
CMYK
RGB Variations
Color information
#BF715C (or 0xBF715C) is known color: Japonica. HEX triplet: BF, 71 and 5C. RGB value is (191,113,92). Sum of RGB (Red+Green+Blue) = 191+113+92=396 (52% of max value = 765). Red value is 191 (75% from 255 or 48.23% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 92 (36.33% from 255 or 23.23% from 396); Max value from RGB is 191 - color contains mainly: red. Hex color #BF715C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF715C is #408EA3. Grayscale: #868686. Windows color (decimal): -4230820 or 6058431. OLE color: 6058431.
HSL color Cylindrical-coordinate representation of color #BF715C: hue angle of 12.73º 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 #BF715C is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 113 | 92 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.25 |
| HSL | 12.73º | 0.44% | 0.55% | - |
| HSV(B) | 12.73º | 0.52% | 0.75% | - |
| XYZ | 29.32 | 23.66 | 13.15 | - |
| YUV | 133.93 | 104.34 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 113 | 92 | 0 | 0.41 | 0.52 | 0.25 | 12.73 | 0.44 | 0.55 |
| Hex | BF | 71 | 5C | 0 | 29 | 34 | 19 | D | 2C | 37 |
| Octal | 277 | 161 | 134 | 0 | 51 | 64 | 31 | 15 | 54 | 67 |
| Binary | 10111111 | 1110001 | 1011100 | 0 | 101001 | 110100 | 11001 | 1101 | 101100 | 110111 |
Color Harmonies of #BF715C
Complementary color
Monochromatic Colors of #BF715C
Black with #BF715C
Text Example
Text Example
White with #BF715C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF715C; }
p { color: rgb(191,113,92); }
H1.HeaderClassName
{
color: #BF715C;
}
.AnyTagClassName
{
color: #BF715C;
}
</style>
background-color css
<style>
a { background-color: #BF715C; }
a { background-color: rgb(191,113,92); }
div.DivClassName
{
background-color: #BF715C;
}
.BgClassName
{
background-color: #BF715C;
}
</style>
border-color css
<style>
span { border-color: #BF715C; }
span { border-color: rgb(191,113,92); }
td.TdClassName
{
border-color: #BF715C;
}
.TagClassName
{
border-color: #BF715C;
}
</style>