Shades of Sunglo #BF675C
Tints of Sunglo #BF675C
RGB
CMYK
RGB Variations
Color information
#BF675C (or 0xBF675C) is known color: Sunglo. HEX triplet: BF, 67 and 5C. RGB value is (191,103,92). Sum of RGB (Red+Green+Blue) = 191+103+92=386 (51% of max value = 765). Red value is 191 (75% from 255 or 49.48% from 386); Green value is 103 (40.62% from 255 or 26.68% from 386); Blue value is 92 (36.33% from 255 or 23.83% from 386); Max value from RGB is 191 - color contains mainly: red. Hex color #BF675C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF675C is #4098A3. Grayscale: #808080. Windows color (decimal): -4233380 or 6055871. OLE color: 6055871.
HSL color Cylindrical-coordinate representation of color #BF675C: hue angle of 6.67º 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 #BF675C is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 103 | 92 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.25 |
| HSL | 6.67º | 0.44% | 0.55% | - |
| HSV(B) | 6.67º | 0.52% | 0.75% | - |
| XYZ | 28.27 | 21.55 | 12.79 | - |
| YUV | 128.06 | 107.65 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 103 | 92 | 0 | 0.46 | 0.52 | 0.25 | 6.67 | 0.44 | 0.55 |
| Hex | BF | 67 | 5C | 0 | 2E | 34 | 19 | 7 | 2C | 37 |
| Octal | 277 | 147 | 134 | 0 | 56 | 64 | 31 | 7 | 54 | 67 |
| Binary | 10111111 | 1100111 | 1011100 | 0 | 101110 | 110100 | 11001 | 111 | 101100 | 110111 |
Color Harmonies of #BF675C
Complementary color
Monochromatic Colors of #BF675C
Black with #BF675C
Text Example
Text Example
White with #BF675C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF675C; }
p { color: rgb(191,103,92); }
H1.HeaderClassName
{
color: #BF675C;
}
.AnyTagClassName
{
color: #BF675C;
}
</style>
background-color css
<style>
a { background-color: #BF675C; }
a { background-color: rgb(191,103,92); }
div.DivClassName
{
background-color: #BF675C;
}
.BgClassName
{
background-color: #BF675C;
}
</style>
border-color css
<style>
span { border-color: #BF675C; }
span { border-color: rgb(191,103,92); }
td.TdClassName
{
border-color: #BF675C;
}
.TagClassName
{
border-color: #BF675C;
}
</style>