Shades of Sunglo #BF655D
Tints of Sunglo #BF655D
RGB
CMYK
RGB Variations
Color information
#BF655D (or 0xBF655D) is known color: Sunglo. HEX triplet: BF, 65 and 5D. RGB value is (191,101,93). Sum of RGB (Red+Green+Blue) = 191+101+93=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 101 (39.84% from 255 or 26.23% from 385); Blue value is 93 (36.72% from 255 or 24.16% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BF655D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF655D is #409AA2. Grayscale: #7F7F7F. Windows color (decimal): -4233891 or 6120895. OLE color: 6120895.
HSL color Cylindrical-coordinate representation of color #BF655D: hue angle of 4.9º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF655D is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 101 | 93 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.25 |
| HSL | 4.9º | 0.43% | 0.56% | - |
| HSV(B) | 4.9º | 0.51% | 0.75% | - |
| XYZ | 28.12 | 21.17 | 12.96 | - |
| YUV | 127 | 108.82 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 101 | 93 | 0 | 0.47 | 0.51 | 0.25 | 4.9 | 0.43 | 0.56 |
| Hex | BF | 65 | 5D | 0 | 2F | 33 | 19 | 5 | 2B | 38 |
| Octal | 277 | 145 | 135 | 0 | 57 | 63 | 31 | 5 | 53 | 70 |
| Binary | 10111111 | 1100101 | 1011101 | 0 | 101111 | 110011 | 11001 | 101 | 101011 | 111000 |
Color Harmonies of #BF655D
Complementary color
Monochromatic Colors of #BF655D
Black with #BF655D
Text Example
Text Example
White with #BF655D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF655D; }
p { color: rgb(191,101,93); }
H1.HeaderClassName
{
color: #BF655D;
}
.AnyTagClassName
{
color: #BF655D;
}
</style>
background-color css
<style>
a { background-color: #BF655D; }
a { background-color: rgb(191,101,93); }
div.DivClassName
{
background-color: #BF655D;
}
.BgClassName
{
background-color: #BF655D;
}
</style>
border-color css
<style>
span { border-color: #BF655D; }
span { border-color: rgb(191,101,93); }
td.TdClassName
{
border-color: #BF655D;
}
.TagClassName
{
border-color: #BF655D;
}
</style>