Shades of Meteor #BF722C
Tints of Meteor #BF722C
RGB
CMYK
RGB Variations
Color information
#BF722C (or 0xBF722C) is known color: Meteor. HEX triplet: BF, 72 and 2C. RGB value is (191,114,44). Sum of RGB (Red+Green+Blue) = 191+114+44=349 (46% of max value = 765). Red value is 191 (75% from 255 or 54.73% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 44 (17.58% from 255 or 12.61% from 349); Max value from RGB is 191 - color contains mainly: red. Hex color #BF722C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF722C is #408DD3. Grayscale: #818181. Windows color (decimal): -4230612 or 2912959. OLE color: 2912959.
HSL color Cylindrical-coordinate representation of color #BF722C: hue angle of 28.57º 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 #BF722C is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 114 | 44 | - |
| CMYK | 0 | 0.40 | 0.77 | 0.25 |
| HSL | 28.57º | 0.63% | 0.46% | - |
| HSV(B) | 28.57º | 0.77% | 0.75% | - |
| XYZ | 27.96 | 23.29 | 5.41 | - |
| YUV | 129.04 | 80.01 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 114 | 44 | 0 | 0.40 | 0.77 | 0.25 | 28.57 | 0.63 | 0.46 |
| Hex | BF | 72 | 2C | 0 | 28 | 4D | 19 | 1D | 3F | 2E |
| Octal | 277 | 162 | 54 | 0 | 50 | 115 | 31 | 35 | 77 | 56 |
| Binary | 10111111 | 1110010 | 101100 | 0 | 101000 | 1001101 | 11001 | 11101 | 111111 | 101110 |
Color Harmonies of #BF722C
Complementary color
Monochromatic Colors of #BF722C
Black with #BF722C
Text Example
Text Example
White with #BF722C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF722C; }
p { color: rgb(191,114,44); }
H1.HeaderClassName
{
color: #BF722C;
}
.AnyTagClassName
{
color: #BF722C;
}
</style>
background-color css
<style>
a { background-color: #BF722C; }
a { background-color: rgb(191,114,44); }
div.DivClassName
{
background-color: #BF722C;
}
.BgClassName
{
background-color: #BF722C;
}
</style>
border-color css
<style>
span { border-color: #BF722C; }
span { border-color: rgb(191,114,44); }
td.TdClassName
{
border-color: #BF722C;
}
.TagClassName
{
border-color: #BF722C;
}
</style>