Shades of Meteor #BF6E30
Tints of Meteor #BF6E30
RGB
CMYK
RGB Variations
Color information
#BF6E30 (or 0xBF6E30) is known color: Meteor. HEX triplet: BF, 6E and 30. RGB value is (191,110,48). Sum of RGB (Red+Green+Blue) = 191+110+48=349 (46% of max value = 765). Red value is 191 (75% from 255 or 54.73% from 349); Green value is 110 (43.36% from 255 or 31.52% from 349); Blue value is 48 (19.14% from 255 or 13.75% from 349); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6E30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6E30 is #4091CF. Grayscale: #7F7F7F. Windows color (decimal): -4231632 or 3174079. OLE color: 3174079.
HSL color Cylindrical-coordinate representation of color #BF6E30: hue angle of 26.01º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF6E30 is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 110 | 48 | - |
| CMYK | 0 | 0.42 | 0.75 | 0.25 |
| HSL | 26.01º | 0.6% | 0.47% | - |
| HSV(B) | 26.01º | 0.75% | 0.75% | - |
| XYZ | 27.6 | 22.44 | 5.67 | - |
| YUV | 127.15 | 83.34 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 110 | 48 | 0 | 0.42 | 0.75 | 0.25 | 26.01 | 0.6 | 0.47 |
| Hex | BF | 6E | 30 | 0 | 2A | 4B | 19 | 1A | 3C | 2F |
| Octal | 277 | 156 | 60 | 0 | 52 | 113 | 31 | 32 | 74 | 57 |
| Binary | 10111111 | 1101110 | 110000 | 0 | 101010 | 1001011 | 11001 | 11010 | 111100 | 101111 |
Color Harmonies of #BF6E30
Complementary color
Monochromatic Colors of #BF6E30
Black with #BF6E30
Text Example
Text Example
White with #BF6E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6E30; }
p { color: rgb(191,110,48); }
H1.HeaderClassName
{
color: #BF6E30;
}
.AnyTagClassName
{
color: #BF6E30;
}
</style>
background-color css
<style>
a { background-color: #BF6E30; }
a { background-color: rgb(191,110,48); }
div.DivClassName
{
background-color: #BF6E30;
}
.BgClassName
{
background-color: #BF6E30;
}
</style>
border-color css
<style>
span { border-color: #BF6E30; }
span { border-color: rgb(191,110,48); }
td.TdClassName
{
border-color: #BF6E30;
}
.TagClassName
{
border-color: #BF6E30;
}
</style>