Shades of Sunglo #BF6652
Tints of Sunglo #BF6652
RGB
CMYK
RGB Variations
Color information
#BF6652 (or 0xBF6652) is known color: Sunglo. HEX triplet: BF, 66 and 52. RGB value is (191,102,82). Sum of RGB (Red+Green+Blue) = 191+102+82=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 82 (32.42% from 255 or 21.87% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6652 is #4099AD. Grayscale: #7E7E7E. Windows color (decimal): -4233646 or 5400255. OLE color: 5400255.
HSL color Cylindrical-coordinate representation of color #BF6652: hue angle of 11.01º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF6652 is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 102 | 82 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.25 |
| HSL | 11.01º | 0.46% | 0.54% | - |
| HSV(B) | 11.01º | 0.57% | 0.75% | - |
| XYZ | 27.76 | 21.19 | 10.61 | - |
| YUV | 126.33 | 102.99 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 102 | 82 | 0 | 0.47 | 0.57 | 0.25 | 11.01 | 0.46 | 0.54 |
| Hex | BF | 66 | 52 | 0 | 2F | 39 | 19 | B | 2E | 36 |
| Octal | 277 | 146 | 122 | 0 | 57 | 71 | 31 | 13 | 56 | 66 |
| Binary | 10111111 | 1100110 | 1010010 | 0 | 101111 | 111001 | 11001 | 1011 | 101110 | 110110 |
Color Harmonies of #BF6652
Complementary color
Monochromatic Colors of #BF6652
Black with #BF6652
Text Example
Text Example
White with #BF6652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6652; }
p { color: rgb(191,102,82); }
H1.HeaderClassName
{
color: #BF6652;
}
.AnyTagClassName
{
color: #BF6652;
}
</style>
background-color css
<style>
a { background-color: #BF6652; }
a { background-color: rgb(191,102,82); }
div.DivClassName
{
background-color: #BF6652;
}
.BgClassName
{
background-color: #BF6652;
}
</style>
border-color css
<style>
span { border-color: #BF6652; }
span { border-color: rgb(191,102,82); }
td.TdClassName
{
border-color: #BF6652;
}
.TagClassName
{
border-color: #BF6652;
}
</style>