Shades of Sunglo #BF6353
Tints of Sunglo #BF6353
RGB
CMYK
RGB Variations
Color information
#BF6353 (or 0xBF6353) is known color: Sunglo. HEX triplet: BF, 63 and 53. RGB value is (191,99,83). Sum of RGB (Red+Green+Blue) = 191+99+83=373 (49% of max value = 765). Red value is 191 (75% from 255 or 51.21% from 373); Green value is 99 (39.06% from 255 or 26.54% from 373); Blue value is 83 (32.81% from 255 or 22.25% from 373); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6353 is #409CAC. Grayscale: #7C7C7C. Windows color (decimal): -4234413 or 5465023. OLE color: 5465023.
HSL color Cylindrical-coordinate representation of color #BF6353: hue angle of 8.89º 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 #BF6353 is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 99 | 83 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.25 |
| HSL | 8.89º | 0.46% | 0.54% | - |
| HSV(B) | 8.89º | 0.57% | 0.75% | - |
| XYZ | 27.51 | 20.62 | 10.71 | - |
| YUV | 124.68 | 104.48 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 99 | 83 | 0 | 0.48 | 0.57 | 0.25 | 8.89 | 0.46 | 0.54 |
| Hex | BF | 63 | 53 | 0 | 30 | 39 | 19 | 9 | 2E | 36 |
| Octal | 277 | 143 | 123 | 0 | 60 | 71 | 31 | 11 | 56 | 66 |
| Binary | 10111111 | 1100011 | 1010011 | 0 | 110000 | 111001 | 11001 | 1001 | 101110 | 110110 |
Color Harmonies of #BF6353
Complementary color
Monochromatic Colors of #BF6353
Black with #BF6353
Text Example
Text Example
White with #BF6353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6353; }
p { color: rgb(191,99,83); }
H1.HeaderClassName
{
color: #BF6353;
}
.AnyTagClassName
{
color: #BF6353;
}
</style>
background-color css
<style>
a { background-color: #BF6353; }
a { background-color: rgb(191,99,83); }
div.DivClassName
{
background-color: #BF6353;
}
.BgClassName
{
background-color: #BF6353;
}
</style>
border-color css
<style>
span { border-color: #BF6353; }
span { border-color: rgb(191,99,83); }
td.TdClassName
{
border-color: #BF6353;
}
.TagClassName
{
border-color: #BF6353;
}
</style>