Shades of Sunglo #BF6952
Tints of Sunglo #BF6952
RGB
CMYK
RGB Variations
Color information
#BF6952 (or 0xBF6952) is known color: Sunglo. HEX triplet: BF, 69 and 52. RGB value is (191,105,82). Sum of RGB (Red+Green+Blue) = 191+105+82=378 (50% of max value = 765). Red value is 191 (75% from 255 or 50.53% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 82 (32.42% from 255 or 21.69% from 378); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6952 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6952 is #4096AD. Grayscale: #808080. Windows color (decimal): -4232878 or 5401023. OLE color: 5401023.
HSL color Cylindrical-coordinate representation of color #BF6952: hue angle of 12.66º 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 #BF6952 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 105 | 82 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.25 |
| HSL | 12.66º | 0.46% | 0.54% | - |
| HSV(B) | 12.66º | 0.57% | 0.75% | - |
| XYZ | 28.06 | 21.79 | 10.71 | - |
| YUV | 128.09 | 101.99 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 105 | 82 | 0 | 0.45 | 0.57 | 0.25 | 12.66 | 0.46 | 0.54 |
| Hex | BF | 69 | 52 | 0 | 2D | 39 | 19 | D | 2E | 36 |
| Octal | 277 | 151 | 122 | 0 | 55 | 71 | 31 | 15 | 56 | 66 |
| Binary | 10111111 | 1101001 | 1010010 | 0 | 101101 | 111001 | 11001 | 1101 | 101110 | 110110 |
Color Harmonies of #BF6952
Complementary color
Monochromatic Colors of #BF6952
Black with #BF6952
Text Example
Text Example
White with #BF6952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6952; }
p { color: rgb(191,105,82); }
H1.HeaderClassName
{
color: #BF6952;
}
.AnyTagClassName
{
color: #BF6952;
}
</style>
background-color css
<style>
a { background-color: #BF6952; }
a { background-color: rgb(191,105,82); }
div.DivClassName
{
background-color: #BF6952;
}
.BgClassName
{
background-color: #BF6952;
}
</style>
border-color css
<style>
span { border-color: #BF6952; }
span { border-color: rgb(191,105,82); }
td.TdClassName
{
border-color: #BF6952;
}
.TagClassName
{
border-color: #BF6952;
}
</style>