Shades of Meteor #BF742B
Tints of Meteor #BF742B
RGB
CMYK
RGB Variations
Color information
#BF742B (or 0xBF742B) is known color: Meteor. HEX triplet: BF, 74 and 2B. RGB value is (191,116,43). Sum of RGB (Red+Green+Blue) = 191+116+43=350 (46% of max value = 765). Red value is 191 (75% from 255 or 54.57% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 43 (17.19% from 255 or 12.29% from 350); Max value from RGB is 191 - color contains mainly: red. Hex color #BF742B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF742B is #408BD4. Grayscale: #828282. Windows color (decimal): -4230101 or 2847935. OLE color: 2847935.
HSL color Cylindrical-coordinate representation of color #BF742B: hue angle of 29.59º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF742B is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 116 | 43 | - |
| CMYK | 0 | 0.39 | 0.77 | 0.25 |
| HSL | 29.59º | 0.63% | 0.46% | - |
| HSV(B) | 29.59º | 0.77% | 0.75% | - |
| XYZ | 28.17 | 23.74 | 5.38 | - |
| YUV | 130.1 | 78.85 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 116 | 43 | 0 | 0.39 | 0.77 | 0.25 | 29.59 | 0.63 | 0.46 |
| Hex | BF | 74 | 2B | 0 | 27 | 4D | 19 | 1E | 3F | 2E |
| Octal | 277 | 164 | 53 | 0 | 47 | 115 | 31 | 36 | 77 | 56 |
| Binary | 10111111 | 1110100 | 101011 | 0 | 100111 | 1001101 | 11001 | 11110 | 111111 | 101110 |
Color Harmonies of #BF742B
Complementary color
Monochromatic Colors of #BF742B
Black with #BF742B
Text Example
Text Example
White with #BF742B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF742B; }
p { color: rgb(191,116,43); }
H1.HeaderClassName
{
color: #BF742B;
}
.AnyTagClassName
{
color: #BF742B;
}
</style>
background-color css
<style>
a { background-color: #BF742B; }
a { background-color: rgb(191,116,43); }
div.DivClassName
{
background-color: #BF742B;
}
.BgClassName
{
background-color: #BF742B;
}
</style>
border-color css
<style>
span { border-color: #BF742B; }
span { border-color: rgb(191,116,43); }
td.TdClassName
{
border-color: #BF742B;
}
.TagClassName
{
border-color: #BF742B;
}
</style>