Shades of Sunglo #BF695B
Tints of Sunglo #BF695B
RGB
CMYK
RGB Variations
Color information
#BF695B (or 0xBF695B) is known color: Sunglo. HEX triplet: BF, 69 and 5B. RGB value is (191,105,91). Sum of RGB (Red+Green+Blue) = 191+105+91=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 105 (41.41% from 255 or 27.13% from 387); Blue value is 91 (35.94% from 255 or 23.51% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BF695B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF695B is #4096A4. Grayscale: #818181. Windows color (decimal): -4232869 or 5990847. OLE color: 5990847.
HSL color Cylindrical-coordinate representation of color #BF695B: hue angle of 8.4º 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 #BF695B is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 105 | 91 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.25 |
| HSL | 8.4º | 0.44% | 0.55% | - |
| HSV(B) | 8.4º | 0.52% | 0.75% | - |
| XYZ | 28.43 | 21.93 | 12.63 | - |
| YUV | 129.12 | 106.49 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 105 | 91 | 0 | 0.45 | 0.52 | 0.25 | 8.4 | 0.44 | 0.55 |
| Hex | BF | 69 | 5B | 0 | 2D | 34 | 19 | 8 | 2C | 37 |
| Octal | 277 | 151 | 133 | 0 | 55 | 64 | 31 | 10 | 54 | 67 |
| Binary | 10111111 | 1101001 | 1011011 | 0 | 101101 | 110100 | 11001 | 1000 | 101100 | 110111 |
Color Harmonies of #BF695B
Complementary color
Monochromatic Colors of #BF695B
Black with #BF695B
Text Example
Text Example
White with #BF695B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF695B; }
p { color: rgb(191,105,91); }
H1.HeaderClassName
{
color: #BF695B;
}
.AnyTagClassName
{
color: #BF695B;
}
</style>
background-color css
<style>
a { background-color: #BF695B; }
a { background-color: rgb(191,105,91); }
div.DivClassName
{
background-color: #BF695B;
}
.BgClassName
{
background-color: #BF695B;
}
</style>
border-color css
<style>
span { border-color: #BF695B; }
span { border-color: rgb(191,105,91); }
td.TdClassName
{
border-color: #BF695B;
}
.TagClassName
{
border-color: #BF695B;
}
</style>