Shades of Japonica #BF725C
Tints of Japonica #BF725C
RGB
CMYK
RGB Variations
Color information
#BF725C (or 0xBF725C) is known color: Japonica. HEX triplet: BF, 72 and 5C. RGB value is (191,114,92). Sum of RGB (Red+Green+Blue) = 191+114+92=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 191 - color contains mainly: red. Hex color #BF725C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF725C is #408DA3. Grayscale: #868686. Windows color (decimal): -4230564 or 6058687. OLE color: 6058687.
HSL color Cylindrical-coordinate representation of color #BF725C: hue angle of 13.33º 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 #BF725C is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 114 | 92 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.25 |
| HSL | 13.33º | 0.44% | 0.55% | - |
| HSV(B) | 13.33º | 0.52% | 0.75% | - |
| XYZ | 29.43 | 23.88 | 13.18 | - |
| YUV | 134.52 | 104.01 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 114 | 92 | 0 | 0.40 | 0.52 | 0.25 | 13.33 | 0.44 | 0.55 |
| Hex | BF | 72 | 5C | 0 | 28 | 34 | 19 | D | 2C | 37 |
| Octal | 277 | 162 | 134 | 0 | 50 | 64 | 31 | 15 | 54 | 67 |
| Binary | 10111111 | 1110010 | 1011100 | 0 | 101000 | 110100 | 11001 | 1101 | 101100 | 110111 |
Color Harmonies of #BF725C
Complementary color
Monochromatic Colors of #BF725C
Black with #BF725C
Text Example
Text Example
White with #BF725C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF725C; }
p { color: rgb(191,114,92); }
H1.HeaderClassName
{
color: #BF725C;
}
.AnyTagClassName
{
color: #BF725C;
}
</style>
background-color css
<style>
a { background-color: #BF725C; }
a { background-color: rgb(191,114,92); }
div.DivClassName
{
background-color: #BF725C;
}
.BgClassName
{
background-color: #BF725C;
}
</style>
border-color css
<style>
span { border-color: #BF725C; }
span { border-color: rgb(191,114,92); }
td.TdClassName
{
border-color: #BF725C;
}
.TagClassName
{
border-color: #BF725C;
}
</style>