Shades of Sunglo #BF665C
Tints of Sunglo #BF665C
RGB
CMYK
RGB Variations
Color information
#BF665C (or 0xBF665C) is known color: Sunglo. HEX triplet: BF, 66 and 5C. RGB value is (191,102,92). Sum of RGB (Red+Green+Blue) = 191+102+92=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 92 (36.33% from 255 or 23.90% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BF665C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF665C is #4099A3. Grayscale: #7F7F7F. Windows color (decimal): -4233636 or 6055615. OLE color: 6055615.
HSL color Cylindrical-coordinate representation of color #BF665C: hue angle of 6.06º 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 #BF665C is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 102 | 92 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.25 |
| HSL | 6.06º | 0.44% | 0.55% | - |
| HSV(B) | 6.06º | 0.52% | 0.75% | - |
| XYZ | 28.17 | 21.35 | 12.76 | - |
| YUV | 127.47 | 107.99 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 102 | 92 | 0 | 0.47 | 0.52 | 0.25 | 6.06 | 0.44 | 0.55 |
| Hex | BF | 66 | 5C | 0 | 2F | 34 | 19 | 6 | 2C | 37 |
| Octal | 277 | 146 | 134 | 0 | 57 | 64 | 31 | 6 | 54 | 67 |
| Binary | 10111111 | 1100110 | 1011100 | 0 | 101111 | 110100 | 11001 | 110 | 101100 | 110111 |
Color Harmonies of #BF665C
Complementary color
Monochromatic Colors of #BF665C
Black with #BF665C
Text Example
Text Example
White with #BF665C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF665C; }
p { color: rgb(191,102,92); }
H1.HeaderClassName
{
color: #BF665C;
}
.AnyTagClassName
{
color: #BF665C;
}
</style>
background-color css
<style>
a { background-color: #BF665C; }
a { background-color: rgb(191,102,92); }
div.DivClassName
{
background-color: #BF665C;
}
.BgClassName
{
background-color: #BF665C;
}
</style>
border-color css
<style>
span { border-color: #BF665C; }
span { border-color: rgb(191,102,92); }
td.TdClassName
{
border-color: #BF665C;
}
.TagClassName
{
border-color: #BF665C;
}
</style>