Shades of Meteor #BF7130
Tints of Meteor #BF7130
RGB
CMYK
RGB Variations
Color information
#BF7130 (or 0xBF7130) is known color: Meteor. HEX triplet: BF, 71 and 30. RGB value is (191,113,48). Sum of RGB (Red+Green+Blue) = 191+113+48=352 (46% of max value = 765). Red value is 191 (75% from 255 or 54.26% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 48 (19.14% from 255 or 13.64% from 352); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7130 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7130 is #408ECF. Grayscale: #818181. Windows color (decimal): -4230864 or 3174847. OLE color: 3174847.
HSL color Cylindrical-coordinate representation of color #BF7130: hue angle of 27.27º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF7130 is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 113 | 48 | - |
| CMYK | 0 | 0.41 | 0.75 | 0.25 |
| HSL | 27.27º | 0.6% | 0.47% | - |
| HSV(B) | 27.27º | 0.75% | 0.75% | - |
| XYZ | 27.92 | 23.1 | 5.78 | - |
| YUV | 128.91 | 82.34 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 113 | 48 | 0 | 0.41 | 0.75 | 0.25 | 27.27 | 0.6 | 0.47 |
| Hex | BF | 71 | 30 | 0 | 29 | 4B | 19 | 1B | 3C | 2F |
| Octal | 277 | 161 | 60 | 0 | 51 | 113 | 31 | 33 | 74 | 57 |
| Binary | 10111111 | 1110001 | 110000 | 0 | 101001 | 1001011 | 11001 | 11011 | 111100 | 101111 |
Color Harmonies of #BF7130
Complementary color
Monochromatic Colors of #BF7130
Black with #BF7130
Text Example
Text Example
White with #BF7130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7130; }
p { color: rgb(191,113,48); }
H1.HeaderClassName
{
color: #BF7130;
}
.AnyTagClassName
{
color: #BF7130;
}
</style>
background-color css
<style>
a { background-color: #BF7130; }
a { background-color: rgb(191,113,48); }
div.DivClassName
{
background-color: #BF7130;
}
.BgClassName
{
background-color: #BF7130;
}
</style>
border-color css
<style>
span { border-color: #BF7130; }
span { border-color: rgb(191,113,48); }
td.TdClassName
{
border-color: #BF7130;
}
.TagClassName
{
border-color: #BF7130;
}
</style>