Shades of Japonica #BF755D
Tints of Japonica #BF755D
RGB
CMYK
RGB Variations
Color information
#BF755D (or 0xBF755D) is known color: Japonica. HEX triplet: BF, 75 and 5D. RGB value is (191,117,93). Sum of RGB (Red+Green+Blue) = 191+117+93=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BF755D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF755D is #408AA2. Grayscale: #888888. Windows color (decimal): -4229795 or 6124991. OLE color: 6124991.
HSL color Cylindrical-coordinate representation of color #BF755D: hue angle of 14.69º 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 #BF755D is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 117 | 93 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.25 |
| HSL | 14.69º | 0.43% | 0.56% | - |
| HSV(B) | 14.69º | 0.51% | 0.75% | - |
| XYZ | 29.82 | 24.59 | 13.53 | - |
| YUV | 136.39 | 103.52 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 117 | 93 | 0 | 0.39 | 0.51 | 0.25 | 14.69 | 0.43 | 0.56 |
| Hex | BF | 75 | 5D | 0 | 27 | 33 | 19 | F | 2B | 38 |
| Octal | 277 | 165 | 135 | 0 | 47 | 63 | 31 | 17 | 53 | 70 |
| Binary | 10111111 | 1110101 | 1011101 | 0 | 100111 | 110011 | 11001 | 1111 | 101011 | 111000 |
Color Harmonies of #BF755D
Complementary color
Monochromatic Colors of #BF755D
Black with #BF755D
Text Example
Text Example
White with #BF755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF755D; }
p { color: rgb(191,117,93); }
H1.HeaderClassName
{
color: #BF755D;
}
.AnyTagClassName
{
color: #BF755D;
}
</style>
background-color css
<style>
a { background-color: #BF755D; }
a { background-color: rgb(191,117,93); }
div.DivClassName
{
background-color: #BF755D;
}
.BgClassName
{
background-color: #BF755D;
}
</style>
border-color css
<style>
span { border-color: #BF755D; }
span { border-color: rgb(191,117,93); }
td.TdClassName
{
border-color: #BF755D;
}
.TagClassName
{
border-color: #BF755D;
}
</style>