Shades of Meteor #BF702B
Tints of Meteor #BF702B
RGB
CMYK
RGB Variations
Color information
#BF702B (or 0xBF702B) is known color: Meteor. HEX triplet: BF, 70 and 2B. RGB value is (191,112,43). Sum of RGB (Red+Green+Blue) = 191+112+43=346 (45% of max value = 765). Red value is 191 (75% from 255 or 55.20% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 43 (17.19% from 255 or 12.43% from 346); Max value from RGB is 191 - color contains mainly: red. Hex color #BF702B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF702B is #408FD4. Grayscale: #808080. Windows color (decimal): -4231125 or 2846911. OLE color: 2846911.
HSL color Cylindrical-coordinate representation of color #BF702B: hue angle of 27.97º 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 #BF702B is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 112 | 43 | - |
| CMYK | 0 | 0.41 | 0.77 | 0.25 |
| HSL | 27.97º | 0.63% | 0.46% | - |
| HSV(B) | 27.97º | 0.77% | 0.75% | - |
| XYZ | 27.72 | 22.84 | 5.23 | - |
| YUV | 127.76 | 80.17 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 112 | 43 | 0 | 0.41 | 0.77 | 0.25 | 27.97 | 0.63 | 0.46 |
| Hex | BF | 70 | 2B | 0 | 29 | 4D | 19 | 1C | 3F | 2E |
| Octal | 277 | 160 | 53 | 0 | 51 | 115 | 31 | 34 | 77 | 56 |
| Binary | 10111111 | 1110000 | 101011 | 0 | 101001 | 1001101 | 11001 | 11100 | 111111 | 101110 |
Color Harmonies of #BF702B
Complementary color
Monochromatic Colors of #BF702B
Black with #BF702B
Text Example
Text Example
White with #BF702B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF702B; }
p { color: rgb(191,112,43); }
H1.HeaderClassName
{
color: #BF702B;
}
.AnyTagClassName
{
color: #BF702B;
}
</style>
background-color css
<style>
a { background-color: #BF702B; }
a { background-color: rgb(191,112,43); }
div.DivClassName
{
background-color: #BF702B;
}
.BgClassName
{
background-color: #BF702B;
}
</style>
border-color css
<style>
span { border-color: #BF702B; }
span { border-color: rgb(191,112,43); }
td.TdClassName
{
border-color: #BF702B;
}
.TagClassName
{
border-color: #BF702B;
}
</style>