Shades of Japonica #BF735D
Tints of Japonica #BF735D
RGB
CMYK
RGB Variations
Color information
#BF735D (or 0xBF735D) is known color: Japonica. HEX triplet: BF, 73 and 5D. RGB value is (191,115,93). Sum of RGB (Red+Green+Blue) = 191+115+93=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 115 (45.31% from 255 or 28.82% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BF735D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF735D is #408CA2. Grayscale: #878787. Windows color (decimal): -4230307 or 6124479. OLE color: 6124479.
HSL color Cylindrical-coordinate representation of color #BF735D: hue angle of 13.47º 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 #BF735D is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 115 | 93 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.25 |
| HSL | 13.47º | 0.43% | 0.56% | - |
| HSV(B) | 13.47º | 0.51% | 0.75% | - |
| XYZ | 29.59 | 24.13 | 13.45 | - |
| YUV | 135.22 | 104.18 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 115 | 93 | 0 | 0.40 | 0.51 | 0.25 | 13.47 | 0.43 | 0.56 |
| Hex | BF | 73 | 5D | 0 | 28 | 33 | 19 | D | 2B | 38 |
| Octal | 277 | 163 | 135 | 0 | 50 | 63 | 31 | 15 | 53 | 70 |
| Binary | 10111111 | 1110011 | 1011101 | 0 | 101000 | 110011 | 11001 | 1101 | 101011 | 111000 |
Color Harmonies of #BF735D
Complementary color
Monochromatic Colors of #BF735D
Black with #BF735D
Text Example
Text Example
White with #BF735D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF735D; }
p { color: rgb(191,115,93); }
H1.HeaderClassName
{
color: #BF735D;
}
.AnyTagClassName
{
color: #BF735D;
}
</style>
background-color css
<style>
a { background-color: #BF735D; }
a { background-color: rgb(191,115,93); }
div.DivClassName
{
background-color: #BF735D;
}
.BgClassName
{
background-color: #BF735D;
}
</style>
border-color css
<style>
span { border-color: #BF735D; }
span { border-color: rgb(191,115,93); }
td.TdClassName
{
border-color: #BF735D;
}
.TagClassName
{
border-color: #BF735D;
}
</style>