Shades of Sunglo #BF6958
Tints of Sunglo #BF6958
RGB
CMYK
RGB Variations
Color information
#BF6958 (or 0xBF6958) is known color: Sunglo. HEX triplet: BF, 69 and 58. RGB value is (191,105,88). Sum of RGB (Red+Green+Blue) = 191+105+88=384 (50% of max value = 765). Red value is 191 (75% from 255 or 49.74% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 88 (34.77% from 255 or 22.92% from 384); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6958 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6958 is #4096A7. Grayscale: #808080. Windows color (decimal): -4232872 or 5794239. OLE color: 5794239.
HSL color Cylindrical-coordinate representation of color #BF6958: hue angle of 9.9º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BF6958 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 105 | 88 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.25 |
| HSL | 9.9º | 0.45% | 0.55% | - |
| HSV(B) | 9.9º | 0.54% | 0.75% | - |
| XYZ | 28.3 | 21.88 | 11.97 | - |
| YUV | 128.78 | 104.99 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 105 | 88 | 0 | 0.45 | 0.54 | 0.25 | 9.9 | 0.45 | 0.55 |
| Hex | BF | 69 | 58 | 0 | 2D | 36 | 19 | A | 2D | 37 |
| Octal | 277 | 151 | 130 | 0 | 55 | 66 | 31 | 12 | 55 | 67 |
| Binary | 10111111 | 1101001 | 1011000 | 0 | 101101 | 110110 | 11001 | 1010 | 101101 | 110111 |
Color Harmonies of #BF6958
Complementary color
Monochromatic Colors of #BF6958
Black with #BF6958
Text Example
Text Example
White with #BF6958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6958; }
p { color: rgb(191,105,88); }
H1.HeaderClassName
{
color: #BF6958;
}
.AnyTagClassName
{
color: #BF6958;
}
</style>
background-color css
<style>
a { background-color: #BF6958; }
a { background-color: rgb(191,105,88); }
div.DivClassName
{
background-color: #BF6958;
}
.BgClassName
{
background-color: #BF6958;
}
</style>
border-color css
<style>
span { border-color: #BF6958; }
span { border-color: rgb(191,105,88); }
td.TdClassName
{
border-color: #BF6958;
}
.TagClassName
{
border-color: #BF6958;
}
</style>