Shades of Sunglo #BF695C
Tints of Sunglo #BF695C
RGB
CMYK
RGB Variations
Color information
#BF695C (or 0xBF695C) is known color: Sunglo. HEX triplet: BF, 69 and 5C. RGB value is (191,105,92). Sum of RGB (Red+Green+Blue) = 191+105+92=388 (51% of max value = 765). Red value is 191 (75% from 255 or 49.23% from 388); Green value is 105 (41.41% from 255 or 27.06% from 388); Blue value is 92 (36.33% from 255 or 23.71% from 388); Max value from RGB is 191 - color contains mainly: red. Hex color #BF695C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF695C is #4096A3. Grayscale: #818181. Windows color (decimal): -4232868 or 6056383. OLE color: 6056383.
HSL color Cylindrical-coordinate representation of color #BF695C: hue angle of 7.88º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF695C is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 105 | 92 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.25 |
| HSL | 7.88º | 0.44% | 0.55% | - |
| HSV(B) | 7.88º | 0.52% | 0.75% | - |
| XYZ | 28.47 | 21.95 | 12.86 | - |
| YUV | 129.23 | 106.99 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 105 | 92 | 0 | 0.45 | 0.52 | 0.25 | 7.88 | 0.44 | 0.55 |
| Hex | BF | 69 | 5C | 0 | 2D | 34 | 19 | 8 | 2C | 37 |
| Octal | 277 | 151 | 134 | 0 | 55 | 64 | 31 | 10 | 54 | 67 |
| Binary | 10111111 | 1101001 | 1011100 | 0 | 101101 | 110100 | 11001 | 1000 | 101100 | 110111 |
Color Harmonies of #BF695C
Complementary color
Monochromatic Colors of #BF695C
Black with #BF695C
Text Example
Text Example
White with #BF695C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF695C; }
p { color: rgb(191,105,92); }
H1.HeaderClassName
{
color: #BF695C;
}
.AnyTagClassName
{
color: #BF695C;
}
</style>
background-color css
<style>
a { background-color: #BF695C; }
a { background-color: rgb(191,105,92); }
div.DivClassName
{
background-color: #BF695C;
}
.BgClassName
{
background-color: #BF695C;
}
</style>
border-color css
<style>
span { border-color: #BF695C; }
span { border-color: rgb(191,105,92); }
td.TdClassName
{
border-color: #BF695C;
}
.TagClassName
{
border-color: #BF695C;
}
</style>