Shades of Sunglo #BF665D
Tints of Sunglo #BF665D
RGB
CMYK
RGB Variations
Color information
#BF665D (or 0xBF665D) is known color: Sunglo. HEX triplet: BF, 66 and 5D. RGB value is (191,102,93). Sum of RGB (Red+Green+Blue) = 191+102+93=386 (51% of max value = 765). Red value is 191 (75% from 255 or 49.48% from 386); Green value is 102 (40.23% from 255 or 26.42% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 191 - color contains mainly: red. Hex color #BF665D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF665D is #4099A2. Grayscale: #7F7F7F. Windows color (decimal): -4233635 or 6121151. OLE color: 6121151.
HSL color Cylindrical-coordinate representation of color #BF665D: hue angle of 5.51º 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 #BF665D is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 102 | 93 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.25 |
| HSL | 5.51º | 0.43% | 0.56% | - |
| HSV(B) | 5.51º | 0.51% | 0.75% | - |
| XYZ | 28.21 | 21.37 | 12.99 | - |
| YUV | 127.59 | 108.49 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 102 | 93 | 0 | 0.47 | 0.51 | 0.25 | 5.51 | 0.43 | 0.56 |
| Hex | BF | 66 | 5D | 0 | 2F | 33 | 19 | 6 | 2B | 38 |
| Octal | 277 | 146 | 135 | 0 | 57 | 63 | 31 | 6 | 53 | 70 |
| Binary | 10111111 | 1100110 | 1011101 | 0 | 101111 | 110011 | 11001 | 110 | 101011 | 111000 |
Color Harmonies of #BF665D
Complementary color
Monochromatic Colors of #BF665D
Black with #BF665D
Text Example
Text Example
White with #BF665D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF665D; }
p { color: rgb(191,102,93); }
H1.HeaderClassName
{
color: #BF665D;
}
.AnyTagClassName
{
color: #BF665D;
}
</style>
background-color css
<style>
a { background-color: #BF665D; }
a { background-color: rgb(191,102,93); }
div.DivClassName
{
background-color: #BF665D;
}
.BgClassName
{
background-color: #BF665D;
}
</style>
border-color css
<style>
span { border-color: #BF665D; }
span { border-color: rgb(191,102,93); }
td.TdClassName
{
border-color: #BF665D;
}
.TagClassName
{
border-color: #BF665D;
}
</style>