Shades of Sunglo #BF6555
Tints of Sunglo #BF6555
RGB
CMYK
RGB Variations
Color information
#BF6555 (or 0xBF6555) is known color: Sunglo. HEX triplet: BF, 65 and 55. RGB value is (191,101,85). Sum of RGB (Red+Green+Blue) = 191+101+85=377 (49% of max value = 765). Red value is 191 (75% from 255 or 50.66% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 85 (33.59% from 255 or 22.55% from 377); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6555 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6555 is #409AAA. Grayscale: #7E7E7E. Windows color (decimal): -4233899 or 5596607. OLE color: 5596607.
HSL color Cylindrical-coordinate representation of color #BF6555: hue angle of 9.06º 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 #BF6555 is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 101 | 85 | - |
| CMYK | 0 | 0.47 | 0.55 | 0.25 |
| HSL | 9.06º | 0.45% | 0.54% | - |
| HSV(B) | 9.06º | 0.55% | 0.75% | - |
| XYZ | 27.78 | 21.04 | 11.19 | - |
| YUV | 126.09 | 104.82 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 101 | 85 | 0 | 0.47 | 0.55 | 0.25 | 9.06 | 0.45 | 0.54 |
| Hex | BF | 65 | 55 | 0 | 2F | 37 | 19 | 9 | 2D | 36 |
| Octal | 277 | 145 | 125 | 0 | 57 | 67 | 31 | 11 | 55 | 66 |
| Binary | 10111111 | 1100101 | 1010101 | 0 | 101111 | 110111 | 11001 | 1001 | 101101 | 110110 |
Color Harmonies of #BF6555
Complementary color
Monochromatic Colors of #BF6555
Black with #BF6555
Text Example
Text Example
White with #BF6555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6555; }
p { color: rgb(191,101,85); }
H1.HeaderClassName
{
color: #BF6555;
}
.AnyTagClassName
{
color: #BF6555;
}
</style>
background-color css
<style>
a { background-color: #BF6555; }
a { background-color: rgb(191,101,85); }
div.DivClassName
{
background-color: #BF6555;
}
.BgClassName
{
background-color: #BF6555;
}
</style>
border-color css
<style>
span { border-color: #BF6555; }
span { border-color: rgb(191,101,85); }
td.TdClassName
{
border-color: #BF6555;
}
.TagClassName
{
border-color: #BF6555;
}
</style>