Shades of Meteor #BF6E2D
Tints of Meteor #BF6E2D
RGB
CMYK
RGB Variations
Color information
#BF6E2D (or 0xBF6E2D) is known color: Meteor. HEX triplet: BF, 6E and 2D. RGB value is (191,110,45). Sum of RGB (Red+Green+Blue) = 191+110+45=346 (45% of max value = 765). Red value is 191 (75% from 255 or 55.20% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 45 (17.97% from 255 or 13.01% from 346); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6E2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6E2D is #4091D2. Grayscale: #7F7F7F. Windows color (decimal): -4231635 or 2977471. OLE color: 2977471.
HSL color Cylindrical-coordinate representation of color #BF6E2D: hue angle of 26.71º 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 #BF6E2D is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 110 | 45 | - |
| CMYK | 0 | 0.42 | 0.76 | 0.25 |
| HSL | 26.71º | 0.62% | 0.46% | - |
| HSV(B) | 26.71º | 0.76% | 0.75% | - |
| XYZ | 27.54 | 22.42 | 5.36 | - |
| YUV | 126.81 | 81.84 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 110 | 45 | 0 | 0.42 | 0.76 | 0.25 | 26.71 | 0.62 | 0.46 |
| Hex | BF | 6E | 2D | 0 | 2A | 4C | 19 | 1B | 3E | 2E |
| Octal | 277 | 156 | 55 | 0 | 52 | 114 | 31 | 33 | 76 | 56 |
| Binary | 10111111 | 1101110 | 101101 | 0 | 101010 | 1001100 | 11001 | 11011 | 111110 | 101110 |
Color Harmonies of #BF6E2D
Complementary color
Monochromatic Colors of #BF6E2D
Black with #BF6E2D
Text Example
Text Example
White with #BF6E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6E2D; }
p { color: rgb(191,110,45); }
H1.HeaderClassName
{
color: #BF6E2D;
}
.AnyTagClassName
{
color: #BF6E2D;
}
</style>
background-color css
<style>
a { background-color: #BF6E2D; }
a { background-color: rgb(191,110,45); }
div.DivClassName
{
background-color: #BF6E2D;
}
.BgClassName
{
background-color: #BF6E2D;
}
</style>
border-color css
<style>
span { border-color: #BF6E2D; }
span { border-color: rgb(191,110,45); }
td.TdClassName
{
border-color: #BF6E2D;
}
.TagClassName
{
border-color: #BF6E2D;
}
</style>