Shades of Sunglo #BF655C
Tints of Sunglo #BF655C
RGB
CMYK
RGB Variations
Color information
#BF655C (or 0xBF655C) is known color: Sunglo. HEX triplet: BF, 65 and 5C. RGB value is (191,101,92). Sum of RGB (Red+Green+Blue) = 191+101+92=384 (50% of max value = 765). Red value is 191 (75% from 255 or 49.74% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 92 (36.33% from 255 or 23.96% from 384); Max value from RGB is 191 - color contains mainly: red. Hex color #BF655C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF655C is #409AA3. Grayscale: #7F7F7F. Windows color (decimal): -4233892 or 6055359. OLE color: 6055359.
HSL color Cylindrical-coordinate representation of color #BF655C: hue angle of 5.45º 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 #BF655C is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 101 | 92 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.25 |
| HSL | 5.45º | 0.44% | 0.55% | - |
| HSV(B) | 5.45º | 0.52% | 0.75% | - |
| XYZ | 28.07 | 21.16 | 12.73 | - |
| YUV | 126.88 | 108.32 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 101 | 92 | 0 | 0.47 | 0.52 | 0.25 | 5.45 | 0.44 | 0.55 |
| Hex | BF | 65 | 5C | 0 | 2F | 34 | 19 | 5 | 2C | 37 |
| Octal | 277 | 145 | 134 | 0 | 57 | 64 | 31 | 5 | 54 | 67 |
| Binary | 10111111 | 1100101 | 1011100 | 0 | 101111 | 110100 | 11001 | 101 | 101100 | 110111 |
Color Harmonies of #BF655C
Complementary color
Monochromatic Colors of #BF655C
Black with #BF655C
Text Example
Text Example
White with #BF655C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF655C; }
p { color: rgb(191,101,92); }
H1.HeaderClassName
{
color: #BF655C;
}
.AnyTagClassName
{
color: #BF655C;
}
</style>
background-color css
<style>
a { background-color: #BF655C; }
a { background-color: rgb(191,101,92); }
div.DivClassName
{
background-color: #BF655C;
}
.BgClassName
{
background-color: #BF655C;
}
</style>
border-color css
<style>
span { border-color: #BF655C; }
span { border-color: rgb(191,101,92); }
td.TdClassName
{
border-color: #BF655C;
}
.TagClassName
{
border-color: #BF655C;
}
</style>