Shades of Meteor #BF7A32
Tints of Meteor #BF7A32
RGB
CMYK
RGB Variations
Color information
#BF7A32 (or 0xBF7A32) is known color: Meteor. HEX triplet: BF, 7A and 32. RGB value is (191,122,50). Sum of RGB (Red+Green+Blue) = 191+122+50=363 (48% of max value = 765). Red value is 191 (75% from 255 or 52.62% from 363); Green value is 122 (48.05% from 255 or 33.61% from 363); Blue value is 50 (19.92% from 255 or 13.77% from 363); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7A32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7A32 is #4085CD. Grayscale: #868686. Windows color (decimal): -4228558 or 3308223. OLE color: 3308223.
HSL color Cylindrical-coordinate representation of color #BF7A32: hue angle of 30.64º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF7A32 is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 122 | 50 | - |
| CMYK | 0 | 0.36 | 0.74 | 0.25 |
| HSL | 30.64º | 0.59% | 0.47% | - |
| HSV(B) | 30.64º | 0.74% | 0.75% | - |
| XYZ | 29.02 | 25.23 | 6.36 | - |
| YUV | 134.42 | 80.36 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 122 | 50 | 0 | 0.36 | 0.74 | 0.25 | 30.64 | 0.59 | 0.47 |
| Hex | BF | 7A | 32 | 0 | 24 | 4A | 19 | 1F | 3B | 2F |
| Octal | 277 | 172 | 62 | 0 | 44 | 112 | 31 | 37 | 73 | 57 |
| Binary | 10111111 | 1111010 | 110010 | 0 | 100100 | 1001010 | 11001 | 11111 | 111011 | 101111 |
Color Harmonies of #BF7A32
Complementary color
Monochromatic Colors of #BF7A32
Black with #BF7A32
Text Example
Text Example
White with #BF7A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7A32; }
p { color: rgb(191,122,50); }
H1.HeaderClassName
{
color: #BF7A32;
}
.AnyTagClassName
{
color: #BF7A32;
}
</style>
background-color css
<style>
a { background-color: #BF7A32; }
a { background-color: rgb(191,122,50); }
div.DivClassName
{
background-color: #BF7A32;
}
.BgClassName
{
background-color: #BF7A32;
}
</style>
border-color css
<style>
span { border-color: #BF7A32; }
span { border-color: rgb(191,122,50); }
td.TdClassName
{
border-color: #BF7A32;
}
.TagClassName
{
border-color: #BF7A32;
}
</style>