Shades of Sunglo #BF6851
Tints of Sunglo #BF6851
RGB
CMYK
RGB Variations
Color information
#BF6851 (or 0xBF6851) is known color: Sunglo. HEX triplet: BF, 68 and 51. RGB value is (191,104,81). Sum of RGB (Red+Green+Blue) = 191+104+81=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 81 (32.03% from 255 or 21.54% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6851 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6851 is #4097AE. Grayscale: #7F7F7F. Windows color (decimal): -4233135 or 5335231. OLE color: 5335231.
HSL color Cylindrical-coordinate representation of color #BF6851: hue angle of 12.55º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF6851 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 104 | 81 | - |
| CMYK | 0 | 0.46 | 0.58 | 0.25 |
| HSL | 12.55º | 0.46% | 0.53% | - |
| HSV(B) | 12.55º | 0.58% | 0.75% | - |
| XYZ | 27.92 | 21.57 | 10.48 | - |
| YUV | 127.39 | 101.82 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 104 | 81 | 0 | 0.46 | 0.58 | 0.25 | 12.55 | 0.46 | 0.53 |
| Hex | BF | 68 | 51 | 0 | 2E | 3A | 19 | D | 2E | 35 |
| Octal | 277 | 150 | 121 | 0 | 56 | 72 | 31 | 15 | 56 | 65 |
| Binary | 10111111 | 1101000 | 1010001 | 0 | 101110 | 111010 | 11001 | 1101 | 101110 | 110101 |
Color Harmonies of #BF6851
Complementary color
Monochromatic Colors of #BF6851
Black with #BF6851
Text Example
Text Example
White with #BF6851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6851; }
p { color: rgb(191,104,81); }
H1.HeaderClassName
{
color: #BF6851;
}
.AnyTagClassName
{
color: #BF6851;
}
</style>
background-color css
<style>
a { background-color: #BF6851; }
a { background-color: rgb(191,104,81); }
div.DivClassName
{
background-color: #BF6851;
}
.BgClassName
{
background-color: #BF6851;
}
</style>
border-color css
<style>
span { border-color: #BF6851; }
span { border-color: rgb(191,104,81); }
td.TdClassName
{
border-color: #BF6851;
}
.TagClassName
{
border-color: #BF6851;
}
</style>