Shades of Japonica #BF745D
Tints of Japonica #BF745D
RGB
CMYK
RGB Variations
Color information
#BF745D (or 0xBF745D) is known color: Japonica. HEX triplet: BF, 74 and 5D. RGB value is (191,116,93). Sum of RGB (Red+Green+Blue) = 191+116+93=400 (52% of max value = 765). Red value is 191 (75% from 255 or 47.75% from 400); Green value is 116 (45.70% from 255 or 29% from 400); Blue value is 93 (36.72% from 255 or 23.25% from 400); Max value from RGB is 191 - color contains mainly: red. Hex color #BF745D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF745D is #408BA2. Grayscale: #878787. Windows color (decimal): -4230051 or 6124735. OLE color: 6124735.
HSL color Cylindrical-coordinate representation of color #BF745D: hue angle of 14.08º 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 #BF745D is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 116 | 93 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.25 |
| HSL | 14.08º | 0.43% | 0.56% | - |
| HSV(B) | 14.08º | 0.51% | 0.75% | - |
| XYZ | 29.71 | 24.36 | 13.49 | - |
| YUV | 135.8 | 103.85 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 116 | 93 | 0 | 0.39 | 0.51 | 0.25 | 14.08 | 0.43 | 0.56 |
| Hex | BF | 74 | 5D | 0 | 27 | 33 | 19 | E | 2B | 38 |
| Octal | 277 | 164 | 135 | 0 | 47 | 63 | 31 | 16 | 53 | 70 |
| Binary | 10111111 | 1110100 | 1011101 | 0 | 100111 | 110011 | 11001 | 1110 | 101011 | 111000 |
Color Harmonies of #BF745D
Complementary color
Monochromatic Colors of #BF745D
Black with #BF745D
Text Example
Text Example
White with #BF745D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF745D; }
p { color: rgb(191,116,93); }
H1.HeaderClassName
{
color: #BF745D;
}
.AnyTagClassName
{
color: #BF745D;
}
</style>
background-color css
<style>
a { background-color: #BF745D; }
a { background-color: rgb(191,116,93); }
div.DivClassName
{
background-color: #BF745D;
}
.BgClassName
{
background-color: #BF745D;
}
</style>
border-color css
<style>
span { border-color: #BF745D; }
span { border-color: rgb(191,116,93); }
td.TdClassName
{
border-color: #BF745D;
}
.TagClassName
{
border-color: #BF745D;
}
</style>