Shades of Sunglo #BF655B
Tints of Sunglo #BF655B
RGB
CMYK
RGB Variations
Color information
#BF655B (or 0xBF655B) is known color: Sunglo. HEX triplet: BF, 65 and 5B. RGB value is (191,101,91). Sum of RGB (Red+Green+Blue) = 191+101+91=383 (50% of max value = 765). Red value is 191 (75% from 255 or 49.87% from 383); Green value is 101 (39.84% from 255 or 26.37% from 383); Blue value is 91 (35.94% from 255 or 23.76% from 383); Max value from RGB is 191 - color contains mainly: red. Hex color #BF655B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF655B is #409AA4. Grayscale: #7E7E7E. Windows color (decimal): -4233893 or 5989823. OLE color: 5989823.
HSL color Cylindrical-coordinate representation of color #BF655B: hue angle of 6º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF655B is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 101 | 91 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.25 |
| HSL | 6º | 0.44% | 0.55% | - |
| HSV(B) | 6º | 0.52% | 0.75% | - |
| XYZ | 28.03 | 21.14 | 12.5 | - |
| YUV | 126.77 | 107.82 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 101 | 91 | 0 | 0.47 | 0.52 | 0.25 | 6 | 0.44 | 0.55 |
| Hex | BF | 65 | 5B | 0 | 2F | 34 | 19 | 6 | 2C | 37 |
| Octal | 277 | 145 | 133 | 0 | 57 | 64 | 31 | 6 | 54 | 67 |
| Binary | 10111111 | 1100101 | 1011011 | 0 | 101111 | 110100 | 11001 | 110 | 101100 | 110111 |
Color Harmonies of #BF655B
Complementary color
Monochromatic Colors of #BF655B
Black with #BF655B
Text Example
Text Example
White with #BF655B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF655B; }
p { color: rgb(191,101,91); }
H1.HeaderClassName
{
color: #BF655B;
}
.AnyTagClassName
{
color: #BF655B;
}
</style>
background-color css
<style>
a { background-color: #BF655B; }
a { background-color: rgb(191,101,91); }
div.DivClassName
{
background-color: #BF655B;
}
.BgClassName
{
background-color: #BF655B;
}
</style>
border-color css
<style>
span { border-color: #BF655B; }
span { border-color: rgb(191,101,91); }
td.TdClassName
{
border-color: #BF655B;
}
.TagClassName
{
border-color: #BF655B;
}
</style>