Shades of Japonica #BF785C
Tints of Japonica #BF785C
RGB
CMYK
RGB Variations
Color information
#BF785C (or 0xBF785C) is known color: Japonica. HEX triplet: BF, 78 and 5C. RGB value is (191,120,92). Sum of RGB (Red+Green+Blue) = 191+120+92=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 120 (47.27% from 255 or 29.78% from 403); Blue value is 92 (36.33% from 255 or 22.83% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BF785C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF785C is #4087A3. Grayscale: #8A8A8A. Windows color (decimal): -4229028 or 6060223. OLE color: 6060223.
HSL color Cylindrical-coordinate representation of color #BF785C: hue angle of 16.97º 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 #BF785C is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 120 | 92 | - |
| CMYK | 0 | 0.37 | 0.52 | 0.25 |
| HSL | 16.97º | 0.44% | 0.55% | - |
| HSV(B) | 16.97º | 0.52% | 0.75% | - |
| XYZ | 30.13 | 25.28 | 13.42 | - |
| YUV | 138.04 | 102.02 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 120 | 92 | 0 | 0.37 | 0.52 | 0.25 | 16.97 | 0.44 | 0.55 |
| Hex | BF | 78 | 5C | 0 | 25 | 34 | 19 | 11 | 2C | 37 |
| Octal | 277 | 170 | 134 | 0 | 45 | 64 | 31 | 21 | 54 | 67 |
| Binary | 10111111 | 1111000 | 1011100 | 0 | 100101 | 110100 | 11001 | 10001 | 101100 | 110111 |
Color Harmonies of #BF785C
Complementary color
Monochromatic Colors of #BF785C
Black with #BF785C
Text Example
Text Example
White with #BF785C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF785C; }
p { color: rgb(191,120,92); }
H1.HeaderClassName
{
color: #BF785C;
}
.AnyTagClassName
{
color: #BF785C;
}
</style>
background-color css
<style>
a { background-color: #BF785C; }
a { background-color: rgb(191,120,92); }
div.DivClassName
{
background-color: #BF785C;
}
.BgClassName
{
background-color: #BF785C;
}
</style>
border-color css
<style>
span { border-color: #BF785C; }
span { border-color: rgb(191,120,92); }
td.TdClassName
{
border-color: #BF785C;
}
.TagClassName
{
border-color: #BF785C;
}
</style>