Shades of Meteor #BF7437
Tints of Meteor #BF7437
RGB
CMYK
RGB Variations
Color information
#BF7437 (or 0xBF7437) is known color: Meteor. HEX triplet: BF, 74 and 37. RGB value is (191,116,55). Sum of RGB (Red+Green+Blue) = 191+116+55=362 (47% of max value = 765). Red value is 191 (75% from 255 or 52.76% from 362); Green value is 116 (45.70% from 255 or 32.04% from 362); Blue value is 55 (21.88% from 255 or 15.19% from 362); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7437 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7437 is #408BC8. Grayscale: #838383. Windows color (decimal): -4230089 or 3634367. OLE color: 3634367.
HSL color Cylindrical-coordinate representation of color #BF7437: hue angle of 26.91º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF7437 is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 116 | 55 | - |
| CMYK | 0 | 0.39 | 0.71 | 0.25 |
| HSL | 26.91º | 0.55% | 0.48% | - |
| HSV(B) | 26.91º | 0.71% | 0.75% | - |
| XYZ | 28.42 | 23.84 | 6.72 | - |
| YUV | 131.47 | 84.85 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 116 | 55 | 0 | 0.39 | 0.71 | 0.25 | 26.91 | 0.55 | 0.48 |
| Hex | BF | 74 | 37 | 0 | 27 | 47 | 19 | 1B | 37 | 30 |
| Octal | 277 | 164 | 67 | 0 | 47 | 107 | 31 | 33 | 67 | 60 |
| Binary | 10111111 | 1110100 | 110111 | 0 | 100111 | 1000111 | 11001 | 11011 | 110111 | 110000 |
Color Harmonies of #BF7437
Complementary color
Monochromatic Colors of #BF7437
Black with #BF7437
Text Example
Text Example
White with #BF7437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7437; }
p { color: rgb(191,116,55); }
H1.HeaderClassName
{
color: #BF7437;
}
.AnyTagClassName
{
color: #BF7437;
}
</style>
background-color css
<style>
a { background-color: #BF7437; }
a { background-color: rgb(191,116,55); }
div.DivClassName
{
background-color: #BF7437;
}
.BgClassName
{
background-color: #BF7437;
}
</style>
border-color css
<style>
span { border-color: #BF7437; }
span { border-color: rgb(191,116,55); }
td.TdClassName
{
border-color: #BF7437;
}
.TagClassName
{
border-color: #BF7437;
}
</style>