Shades of Meteor #BF7934
Tints of Meteor #BF7934
RGB
CMYK
RGB Variations
Color information
#BF7934 (or 0xBF7934) is known color: Meteor. HEX triplet: BF, 79 and 34. RGB value is (191,121,52). Sum of RGB (Red+Green+Blue) = 191+121+52=364 (48% of max value = 765). Red value is 191 (75% from 255 or 52.47% from 364); Green value is 121 (47.66% from 255 or 33.24% from 364); Blue value is 52 (20.70% from 255 or 14.29% from 364); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7934 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7934 is #4086CB. Grayscale: #868686. Windows color (decimal): -4228812 or 3439039. OLE color: 3439039.
HSL color Cylindrical-coordinate representation of color #BF7934: hue angle of 29.78º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF7934 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 121 | 52 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.25 |
| HSL | 29.78º | 0.57% | 0.48% | - |
| HSV(B) | 29.78º | 0.73% | 0.75% | - |
| XYZ | 28.94 | 25 | 6.55 | - |
| YUV | 134.06 | 81.69 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 121 | 52 | 0 | 0.37 | 0.73 | 0.25 | 29.78 | 0.57 | 0.48 |
| Hex | BF | 79 | 34 | 0 | 25 | 49 | 19 | 1E | 39 | 30 |
| Octal | 277 | 171 | 64 | 0 | 45 | 111 | 31 | 36 | 71 | 60 |
| Binary | 10111111 | 1111001 | 110100 | 0 | 100101 | 1001001 | 11001 | 11110 | 111001 | 110000 |
Color Harmonies of #BF7934
Complementary color
Monochromatic Colors of #BF7934
Black with #BF7934
Text Example
Text Example
White with #BF7934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7934; }
p { color: rgb(191,121,52); }
H1.HeaderClassName
{
color: #BF7934;
}
.AnyTagClassName
{
color: #BF7934;
}
</style>
background-color css
<style>
a { background-color: #BF7934; }
a { background-color: rgb(191,121,52); }
div.DivClassName
{
background-color: #BF7934;
}
.BgClassName
{
background-color: #BF7934;
}
</style>
border-color css
<style>
span { border-color: #BF7934; }
span { border-color: rgb(191,121,52); }
td.TdClassName
{
border-color: #BF7934;
}
.TagClassName
{
border-color: #BF7934;
}
</style>