Shades of Meteor #BF6F31
Tints of Meteor #BF6F31
RGB
CMYK
RGB Variations
Color information
#BF6F31 (or 0xBF6F31) is known color: Meteor. HEX triplet: BF, 6F and 31. RGB value is (191,111,49). Sum of RGB (Red+Green+Blue) = 191+111+49=351 (46% of max value = 765). Red value is 191 (75% from 255 or 54.42% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 49 (19.53% from 255 or 13.96% from 351); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6F31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6F31 is #4090CE. Grayscale: #808080. Windows color (decimal): -4231375 or 3239871. OLE color: 3239871.
HSL color Cylindrical-coordinate representation of color #BF6F31: hue angle of 26.2º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF6F31 is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 111 | 49 | - |
| CMYK | 0 | 0.42 | 0.74 | 0.25 |
| HSL | 26.2º | 0.59% | 0.47% | - |
| HSV(B) | 26.2º | 0.74% | 0.75% | - |
| XYZ | 27.72 | 22.67 | 5.82 | - |
| YUV | 127.85 | 83.5 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 111 | 49 | 0 | 0.42 | 0.74 | 0.25 | 26.2 | 0.59 | 0.47 |
| Hex | BF | 6F | 31 | 0 | 2A | 4A | 19 | 1A | 3B | 2F |
| Octal | 277 | 157 | 61 | 0 | 52 | 112 | 31 | 32 | 73 | 57 |
| Binary | 10111111 | 1101111 | 110001 | 0 | 101010 | 1001010 | 11001 | 11010 | 111011 | 101111 |
Color Harmonies of #BF6F31
Complementary color
Monochromatic Colors of #BF6F31
Black with #BF6F31
Text Example
Text Example
White with #BF6F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6F31; }
p { color: rgb(191,111,49); }
H1.HeaderClassName
{
color: #BF6F31;
}
.AnyTagClassName
{
color: #BF6F31;
}
</style>
background-color css
<style>
a { background-color: #BF6F31; }
a { background-color: rgb(191,111,49); }
div.DivClassName
{
background-color: #BF6F31;
}
.BgClassName
{
background-color: #BF6F31;
}
</style>
border-color css
<style>
span { border-color: #BF6F31; }
span { border-color: rgb(191,111,49); }
td.TdClassName
{
border-color: #BF6F31;
}
.TagClassName
{
border-color: #BF6F31;
}
</style>