Shades of Meteor #BF722D
Tints of Meteor #BF722D
RGB
CMYK
RGB Variations
Color information
#BF722D (or 0xBF722D) is known color: Meteor. HEX triplet: BF, 72 and 2D. RGB value is (191,114,45). Sum of RGB (Red+Green+Blue) = 191+114+45=350 (46% of max value = 765). Red value is 191 (75% from 255 or 54.57% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 45 (17.97% from 255 or 12.86% from 350); Max value from RGB is 191 - color contains mainly: red. Hex color #BF722D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF722D is #408DD2. Grayscale: #818181. Windows color (decimal): -4230611 or 2978495. OLE color: 2978495.
HSL color Cylindrical-coordinate representation of color #BF722D: hue angle of 28.36º 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 #BF722D is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 114 | 45 | - |
| CMYK | 0 | 0.40 | 0.76 | 0.25 |
| HSL | 28.36º | 0.62% | 0.46% | - |
| HSV(B) | 28.36º | 0.76% | 0.75% | - |
| XYZ | 27.98 | 23.3 | 5.51 | - |
| YUV | 129.16 | 80.51 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 114 | 45 | 0 | 0.40 | 0.76 | 0.25 | 28.36 | 0.62 | 0.46 |
| Hex | BF | 72 | 2D | 0 | 28 | 4C | 19 | 1C | 3E | 2E |
| Octal | 277 | 162 | 55 | 0 | 50 | 114 | 31 | 34 | 76 | 56 |
| Binary | 10111111 | 1110010 | 101101 | 0 | 101000 | 1001100 | 11001 | 11100 | 111110 | 101110 |
Color Harmonies of #BF722D
Complementary color
Monochromatic Colors of #BF722D
Black with #BF722D
Text Example
Text Example
White with #BF722D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF722D; }
p { color: rgb(191,114,45); }
H1.HeaderClassName
{
color: #BF722D;
}
.AnyTagClassName
{
color: #BF722D;
}
</style>
background-color css
<style>
a { background-color: #BF722D; }
a { background-color: rgb(191,114,45); }
div.DivClassName
{
background-color: #BF722D;
}
.BgClassName
{
background-color: #BF722D;
}
</style>
border-color css
<style>
span { border-color: #BF722D; }
span { border-color: rgb(191,114,45); }
td.TdClassName
{
border-color: #BF722D;
}
.TagClassName
{
border-color: #BF722D;
}
</style>