Shades of Sunglo #BF6553
Tints of Sunglo #BF6553
RGB
CMYK
RGB Variations
Color information
#BF6553 (or 0xBF6553) is known color: Sunglo. HEX triplet: BF, 65 and 53. RGB value is (191,101,83). Sum of RGB (Red+Green+Blue) = 191+101+83=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 83 (32.81% from 255 or 22.13% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6553 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6553 is #409AAC. Grayscale: #7E7E7E. Windows color (decimal): -4233901 or 5465535. OLE color: 5465535.
HSL color Cylindrical-coordinate representation of color #BF6553: hue angle of 10º 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 #BF6553 is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 101 | 83 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.25 |
| HSL | 10º | 0.46% | 0.54% | - |
| HSV(B) | 10º | 0.57% | 0.75% | - |
| XYZ | 27.7 | 21.01 | 10.78 | - |
| YUV | 125.86 | 103.82 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 101 | 83 | 0 | 0.47 | 0.57 | 0.25 | 10 | 0.46 | 0.54 |
| Hex | BF | 65 | 53 | 0 | 2F | 39 | 19 | A | 2E | 36 |
| Octal | 277 | 145 | 123 | 0 | 57 | 71 | 31 | 12 | 56 | 66 |
| Binary | 10111111 | 1100101 | 1010011 | 0 | 101111 | 111001 | 11001 | 1010 | 101110 | 110110 |
Color Harmonies of #BF6553
Complementary color
Monochromatic Colors of #BF6553
Black with #BF6553
Text Example
Text Example
White with #BF6553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6553; }
p { color: rgb(191,101,83); }
H1.HeaderClassName
{
color: #BF6553;
}
.AnyTagClassName
{
color: #BF6553;
}
</style>
background-color css
<style>
a { background-color: #BF6553; }
a { background-color: rgb(191,101,83); }
div.DivClassName
{
background-color: #BF6553;
}
.BgClassName
{
background-color: #BF6553;
}
</style>
border-color css
<style>
span { border-color: #BF6553; }
span { border-color: rgb(191,101,83); }
td.TdClassName
{
border-color: #BF6553;
}
.TagClassName
{
border-color: #BF6553;
}
</style>