Shades of Sunglo #BF635E
Tints of Sunglo #BF635E
RGB
CMYK
RGB Variations
Color information
#BF635E (or 0xBF635E) is known color: Sunglo. HEX triplet: BF, 63 and 5E. RGB value is (191,99,94). Sum of RGB (Red+Green+Blue) = 191+99+94=384 (50% of max value = 765). Red value is 191 (75% from 255 or 49.74% from 384); Green value is 99 (39.06% from 255 or 25.78% from 384); Blue value is 94 (37.11% from 255 or 24.48% from 384); Max value from RGB is 191 - color contains mainly: red. Hex color #BF635E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF635E is #409CA1. Grayscale: #7E7E7E. Windows color (decimal): -4234402 or 6185919. OLE color: 6185919.
HSL color Cylindrical-coordinate representation of color #BF635E: hue angle of 3.09º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF635E is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 99 | 94 | - |
| CMYK | 0 | 0.48 | 0.51 | 0.25 |
| HSL | 3.09º | 0.43% | 0.56% | - |
| HSV(B) | 3.09º | 0.51% | 0.75% | - |
| XYZ | 27.97 | 20.81 | 13.13 | - |
| YUV | 125.94 | 109.98 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 99 | 94 | 0 | 0.48 | 0.51 | 0.25 | 3.09 | 0.43 | 0.56 |
| Hex | BF | 63 | 5E | 0 | 30 | 33 | 19 | 3 | 2B | 38 |
| Octal | 277 | 143 | 136 | 0 | 60 | 63 | 31 | 3 | 53 | 70 |
| Binary | 10111111 | 1100011 | 1011110 | 0 | 110000 | 110011 | 11001 | 11 | 101011 | 111000 |
Color Harmonies of #BF635E
Complementary color
Monochromatic Colors of #BF635E
Black with #BF635E
Text Example
Text Example
White with #BF635E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF635E; }
p { color: rgb(191,99,94); }
H1.HeaderClassName
{
color: #BF635E;
}
.AnyTagClassName
{
color: #BF635E;
}
</style>
background-color css
<style>
a { background-color: #BF635E; }
a { background-color: rgb(191,99,94); }
div.DivClassName
{
background-color: #BF635E;
}
.BgClassName
{
background-color: #BF635E;
}
</style>
border-color css
<style>
span { border-color: #BF635E; }
span { border-color: rgb(191,99,94); }
td.TdClassName
{
border-color: #BF635E;
}
.TagClassName
{
border-color: #BF635E;
}
</style>