Shades of Meteor #BF7029
Tints of Meteor #BF7029
RGB
CMYK
RGB Variations
Color information
#BF7029 (or 0xBF7029) is known color: Meteor. HEX triplet: BF, 70 and 29. RGB value is (191,112,41). Sum of RGB (Red+Green+Blue) = 191+112+41=344 (45% of max value = 765). Red value is 191 (75% from 255 or 55.52% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 41 (16.41% from 255 or 11.92% from 344); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7029 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7029 is #408FD6. Grayscale: #7F7F7F. Windows color (decimal): -4231127 or 2715839. OLE color: 2715839.
HSL color Cylindrical-coordinate representation of color #BF7029: hue angle of 28.4º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF7029 is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 112 | 41 | - |
| CMYK | 0 | 0.41 | 0.79 | 0.25 |
| HSL | 28.4º | 0.65% | 0.45% | - |
| HSV(B) | 28.4º | 0.79% | 0.75% | - |
| XYZ | 27.68 | 22.82 | 5.04 | - |
| YUV | 127.53 | 79.17 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 112 | 41 | 0 | 0.41 | 0.79 | 0.25 | 28.4 | 0.65 | 0.45 |
| Hex | BF | 70 | 29 | 0 | 29 | 4F | 19 | 1C | 41 | 2D |
| Octal | 277 | 160 | 51 | 0 | 51 | 117 | 31 | 34 | 101 | 55 |
| Binary | 10111111 | 1110000 | 101001 | 0 | 101001 | 1001111 | 11001 | 11100 | 1000001 | 101101 |
Color Harmonies of #BF7029
Complementary color
Monochromatic Colors of #BF7029
Black with #BF7029
Text Example
Text Example
White with #BF7029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7029; }
p { color: rgb(191,112,41); }
H1.HeaderClassName
{
color: #BF7029;
}
.AnyTagClassName
{
color: #BF7029;
}
</style>
background-color css
<style>
a { background-color: #BF7029; }
a { background-color: rgb(191,112,41); }
div.DivClassName
{
background-color: #BF7029;
}
.BgClassName
{
background-color: #BF7029;
}
</style>
border-color css
<style>
span { border-color: #BF7029; }
span { border-color: rgb(191,112,41); }
td.TdClassName
{
border-color: #BF7029;
}
.TagClassName
{
border-color: #BF7029;
}
</style>