Shades of Meteor #BF7438
Tints of Meteor #BF7438
RGB
CMYK
RGB Variations
Color information
#BF7438 (or 0xBF7438) is known color: Meteor. HEX triplet: BF, 74 and 38. RGB value is (191,116,56). Sum of RGB (Red+Green+Blue) = 191+116+56=363 (48% of max value = 765). Red value is 191 (75% from 255 or 52.62% from 363); Green value is 116 (45.70% from 255 or 31.96% from 363); Blue value is 56 (22.27% from 255 or 15.43% from 363); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7438 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7438 is #408BC7. Grayscale: #838383. Windows color (decimal): -4230088 or 3699903. OLE color: 3699903.
HSL color Cylindrical-coordinate representation of color #BF7438: hue angle of 26.67º 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 #BF7438 is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 116 | 56 | - |
| CMYK | 0 | 0.39 | 0.71 | 0.25 |
| HSL | 26.67º | 0.55% | 0.48% | - |
| HSV(B) | 26.67º | 0.71% | 0.75% | - |
| XYZ | 28.45 | 23.85 | 6.85 | - |
| YUV | 131.59 | 85.35 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 116 | 56 | 0 | 0.39 | 0.71 | 0.25 | 26.67 | 0.55 | 0.48 |
| Hex | BF | 74 | 38 | 0 | 27 | 47 | 19 | 1B | 37 | 30 |
| Octal | 277 | 164 | 70 | 0 | 47 | 107 | 31 | 33 | 67 | 60 |
| Binary | 10111111 | 1110100 | 111000 | 0 | 100111 | 1000111 | 11001 | 11011 | 110111 | 110000 |
Color Harmonies of #BF7438
Complementary color
Monochromatic Colors of #BF7438
Black with #BF7438
Text Example
Text Example
White with #BF7438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7438; }
p { color: rgb(191,116,56); }
H1.HeaderClassName
{
color: #BF7438;
}
.AnyTagClassName
{
color: #BF7438;
}
</style>
background-color css
<style>
a { background-color: #BF7438; }
a { background-color: rgb(191,116,56); }
div.DivClassName
{
background-color: #BF7438;
}
.BgClassName
{
background-color: #BF7438;
}
</style>
border-color css
<style>
span { border-color: #BF7438; }
span { border-color: rgb(191,116,56); }
td.TdClassName
{
border-color: #BF7438;
}
.TagClassName
{
border-color: #BF7438;
}
</style>