Shades of Sunglo #BF6856
Tints of Sunglo #BF6856
RGB
CMYK
RGB Variations
Color information
#BF6856 (or 0xBF6856) is known color: Sunglo. HEX triplet: BF, 68 and 56. RGB value is (191,104,86). Sum of RGB (Red+Green+Blue) = 191+104+86=381 (50% of max value = 765). Red value is 191 (75% from 255 or 50.13% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 86 (33.98% from 255 or 22.57% from 381); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6856 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6856 is #4097A9. Grayscale: #808080. Windows color (decimal): -4233130 or 5662911. OLE color: 5662911.
HSL color Cylindrical-coordinate representation of color #BF6856: hue angle of 10.29º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BF6856 is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 104 | 86 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.25 |
| HSL | 10.29º | 0.45% | 0.54% | - |
| HSV(B) | 10.29º | 0.55% | 0.75% | - |
| XYZ | 28.12 | 21.65 | 11.5 | - |
| YUV | 127.96 | 104.32 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 104 | 86 | 0 | 0.46 | 0.55 | 0.25 | 10.29 | 0.45 | 0.54 |
| Hex | BF | 68 | 56 | 0 | 2E | 37 | 19 | A | 2D | 36 |
| Octal | 277 | 150 | 126 | 0 | 56 | 67 | 31 | 12 | 55 | 66 |
| Binary | 10111111 | 1101000 | 1010110 | 0 | 101110 | 110111 | 11001 | 1010 | 101101 | 110110 |
Color Harmonies of #BF6856
Complementary color
Monochromatic Colors of #BF6856
Black with #BF6856
Text Example
Text Example
White with #BF6856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6856; }
p { color: rgb(191,104,86); }
H1.HeaderClassName
{
color: #BF6856;
}
.AnyTagClassName
{
color: #BF6856;
}
</style>
background-color css
<style>
a { background-color: #BF6856; }
a { background-color: rgb(191,104,86); }
div.DivClassName
{
background-color: #BF6856;
}
.BgClassName
{
background-color: #BF6856;
}
</style>
border-color css
<style>
span { border-color: #BF6856; }
span { border-color: rgb(191,104,86); }
td.TdClassName
{
border-color: #BF6856;
}
.TagClassName
{
border-color: #BF6856;
}
</style>