Shades of Sunglo #BF5D56
Tints of Sunglo #BF5D56
RGB
CMYK
RGB Variations
Color information
#BF5D56 (or 0xBF5D56) is known color: Sunglo. HEX triplet: BF, 5D and 56. RGB value is (191,93,86). Sum of RGB (Red+Green+Blue) = 191+93+86=370 (49% of max value = 765). Red value is 191 (75% from 255 or 51.62% from 370); Green value is 93 (36.72% from 255 or 25.14% from 370); Blue value is 86 (33.98% from 255 or 23.24% from 370); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5D56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5D56 is #40A2A9. Grayscale: #797979. Windows color (decimal): -4235946 or 5660095. OLE color: 5660095.
HSL color Cylindrical-coordinate representation of color #BF5D56: hue angle of 4º 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 #BF5D56 is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 93 | 86 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.25 |
| HSL | 4º | 0.45% | 0.54% | - |
| HSV(B) | 4º | 0.55% | 0.75% | - |
| XYZ | 27.08 | 19.58 | 11.16 | - |
| YUV | 121.5 | 107.97 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 93 | 86 | 0 | 0.51 | 0.55 | 0.25 | 4 | 0.45 | 0.54 |
| Hex | BF | 5D | 56 | 0 | 33 | 37 | 19 | 4 | 2D | 36 |
| Octal | 277 | 135 | 126 | 0 | 63 | 67 | 31 | 4 | 55 | 66 |
| Binary | 10111111 | 1011101 | 1010110 | 0 | 110011 | 110111 | 11001 | 100 | 101101 | 110110 |
Color Harmonies of #BF5D56
Complementary color
Monochromatic Colors of #BF5D56
Black with #BF5D56
Text Example
Text Example
White with #BF5D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5D56; }
p { color: rgb(191,93,86); }
H1.HeaderClassName
{
color: #BF5D56;
}
.AnyTagClassName
{
color: #BF5D56;
}
</style>
background-color css
<style>
a { background-color: #BF5D56; }
a { background-color: rgb(191,93,86); }
div.DivClassName
{
background-color: #BF5D56;
}
.BgClassName
{
background-color: #BF5D56;
}
</style>
border-color css
<style>
span { border-color: #BF5D56; }
span { border-color: rgb(191,93,86); }
td.TdClassName
{
border-color: #BF5D56;
}
.TagClassName
{
border-color: #BF5D56;
}
</style>