Shades of Meteor #BF742C
Tints of Meteor #BF742C
RGB
CMYK
RGB Variations
Color information
#BF742C (or 0xBF742C) is known color: Meteor. HEX triplet: BF, 74 and 2C. RGB value is (191,116,44). Sum of RGB (Red+Green+Blue) = 191+116+44=351 (46% of max value = 765). Red value is 191 (75% from 255 or 54.42% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 44 (17.58% from 255 or 12.54% from 351); Max value from RGB is 191 - color contains mainly: red. Hex color #BF742C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF742C is #408BD3. Grayscale: #828282. Windows color (decimal): -4230100 or 2913471. OLE color: 2913471.
HSL color Cylindrical-coordinate representation of color #BF742C: hue angle of 29.39º 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 #BF742C is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 116 | 44 | - |
| CMYK | 0 | 0.39 | 0.77 | 0.25 |
| HSL | 29.39º | 0.63% | 0.46% | - |
| HSV(B) | 29.39º | 0.77% | 0.75% | - |
| XYZ | 28.19 | 23.75 | 5.48 | - |
| YUV | 130.22 | 79.35 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 116 | 44 | 0 | 0.39 | 0.77 | 0.25 | 29.39 | 0.63 | 0.46 |
| Hex | BF | 74 | 2C | 0 | 27 | 4D | 19 | 1D | 3F | 2E |
| Octal | 277 | 164 | 54 | 0 | 47 | 115 | 31 | 35 | 77 | 56 |
| Binary | 10111111 | 1110100 | 101100 | 0 | 100111 | 1001101 | 11001 | 11101 | 111111 | 101110 |
Color Harmonies of #BF742C
Complementary color
Monochromatic Colors of #BF742C
Black with #BF742C
Text Example
Text Example
White with #BF742C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF742C; }
p { color: rgb(191,116,44); }
H1.HeaderClassName
{
color: #BF742C;
}
.AnyTagClassName
{
color: #BF742C;
}
</style>
background-color css
<style>
a { background-color: #BF742C; }
a { background-color: rgb(191,116,44); }
div.DivClassName
{
background-color: #BF742C;
}
.BgClassName
{
background-color: #BF742C;
}
</style>
border-color css
<style>
span { border-color: #BF742C; }
span { border-color: rgb(191,116,44); }
td.TdClassName
{
border-color: #BF742C;
}
.TagClassName
{
border-color: #BF742C;
}
</style>