Shades of Meteor #BF6E2B
Tints of Meteor #BF6E2B
RGB
CMYK
RGB Variations
Color information
#BF6E2B (or 0xBF6E2B) is known color: Meteor. HEX triplet: BF, 6E and 2B. RGB value is (191,110,43). Sum of RGB (Red+Green+Blue) = 191+110+43=344 (45% of max value = 765). Red value is 191 (75% from 255 or 55.52% from 344); Green value is 110 (43.36% from 255 or 31.98% from 344); Blue value is 43 (17.19% from 255 or 12.5% from 344); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6E2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6E2B is #4091D4. Grayscale: #7E7E7E. Windows color (decimal): -4231637 or 2846399. OLE color: 2846399.
HSL color Cylindrical-coordinate representation of color #BF6E2B: hue angle of 27.16º 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 #BF6E2B is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
RGB | 191 | 110 | 43 | - |
CMYK | 0 | 0.42 | 0.77 | 0.25 |
HSL | 27.16º | 0.63% | 0.46% | - |
HSV(B) | 27.16º | 0.77% | 0.75% | - |
XYZ | 27.5 | 22.4 | 5.16 | - |
YUV | 126.58 | 80.84 | 173.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 110 | 43 | 0 | 0.42 | 0.77 | 0.25 | 27.16 | 0.63 | 0.46 |
Hex | BF | 6E | 2B | 0 | 2A | 4D | 19 | 1B | 3F | 2E |
Octal | 277 | 156 | 53 | 0 | 52 | 115 | 31 | 33 | 77 | 56 |
Binary | 10111111 | 1101110 | 101011 | 0 | 101010 | 1001101 | 11001 | 11011 | 111111 | 101110 |
Color Harmonies of #BF6E2B
Complementary color
Monochromatic Colors of #BF6E2B
Black with #BF6E2B
Text Example
Text Example
White with #BF6E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6E2B; }
p { color: rgb(191,110,43); }
H1.HeaderClassName
{
color: #BF6E2B;
}
.AnyTagClassName
{
color: #BF6E2B;
}
</style>
background-color css
<style>
a { background-color: #BF6E2B; }
a { background-color: rgb(191,110,43); }
div.DivClassName
{
background-color: #BF6E2B;
}
.BgClassName
{
background-color: #BF6E2B;
}
</style>
border-color css
<style>
span { border-color: #BF6E2B; }
span { border-color: rgb(191,110,43); }
td.TdClassName
{
border-color: #BF6E2B;
}
.TagClassName
{
border-color: #BF6E2B;
}
</style>