Shades of Meteor #BF742D
Tints of Meteor #BF742D
RGB
CMYK
RGB Variations
Color information
#BF742D (or 0xBF742D) is known color: Meteor. HEX triplet: BF, 74 and 2D. RGB value is (191,116,45). Sum of RGB (Red+Green+Blue) = 191+116+45=352 (46% of max value = 765). Red value is 191 (75% from 255 or 54.26% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 45 (17.97% from 255 or 12.78% from 352); Max value from RGB is 191 - color contains mainly: red. Hex color #BF742D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF742D is #408BD2. Grayscale: #828282. Windows color (decimal): -4230099 or 2979007. OLE color: 2979007.
HSL color Cylindrical-coordinate representation of color #BF742D: hue angle of 29.18º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF742D is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 116 | 45 | - |
| CMYK | 0 | 0.39 | 0.76 | 0.25 |
| HSL | 29.18º | 0.62% | 0.46% | - |
| HSV(B) | 29.18º | 0.76% | 0.75% | - |
| XYZ | 28.2 | 23.76 | 5.58 | - |
| YUV | 130.33 | 79.85 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 116 | 45 | 0 | 0.39 | 0.76 | 0.25 | 29.18 | 0.62 | 0.46 |
| Hex | BF | 74 | 2D | 0 | 27 | 4C | 19 | 1D | 3E | 2E |
| Octal | 277 | 164 | 55 | 0 | 47 | 114 | 31 | 35 | 76 | 56 |
| Binary | 10111111 | 1110100 | 101101 | 0 | 100111 | 1001100 | 11001 | 11101 | 111110 | 101110 |
Color Harmonies of #BF742D
Complementary color
Monochromatic Colors of #BF742D
Black with #BF742D
Text Example
Text Example
White with #BF742D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF742D; }
p { color: rgb(191,116,45); }
H1.HeaderClassName
{
color: #BF742D;
}
.AnyTagClassName
{
color: #BF742D;
}
</style>
background-color css
<style>
a { background-color: #BF742D; }
a { background-color: rgb(191,116,45); }
div.DivClassName
{
background-color: #BF742D;
}
.BgClassName
{
background-color: #BF742D;
}
</style>
border-color css
<style>
span { border-color: #BF742D; }
span { border-color: rgb(191,116,45); }
td.TdClassName
{
border-color: #BF742D;
}
.TagClassName
{
border-color: #BF742D;
}
</style>