Shades of Meteor #BF7232
Tints of Meteor #BF7232
RGB
CMYK
RGB Variations
Color information
#BF7232 (or 0xBF7232) is known color: Meteor. HEX triplet: BF, 72 and 32. RGB value is (191,114,50). Sum of RGB (Red+Green+Blue) = 191+114+50=355 (47% of max value = 765). Red value is 191 (75% from 255 or 53.80% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 50 (19.92% from 255 or 14.08% from 355); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7232 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7232 is #408DCD. Grayscale: #828282. Windows color (decimal): -4230606 or 3306175. OLE color: 3306175.
HSL color Cylindrical-coordinate representation of color #BF7232: hue angle of 27.23º 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 #BF7232 is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 114 | 50 | - |
| CMYK | 0 | 0.40 | 0.74 | 0.25 |
| HSL | 27.23º | 0.59% | 0.47% | - |
| HSV(B) | 27.23º | 0.74% | 0.75% | - |
| XYZ | 28.08 | 23.34 | 6.04 | - |
| YUV | 129.73 | 83.01 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 114 | 50 | 0 | 0.40 | 0.74 | 0.25 | 27.23 | 0.59 | 0.47 |
| Hex | BF | 72 | 32 | 0 | 28 | 4A | 19 | 1B | 3B | 2F |
| Octal | 277 | 162 | 62 | 0 | 50 | 112 | 31 | 33 | 73 | 57 |
| Binary | 10111111 | 1110010 | 110010 | 0 | 101000 | 1001010 | 11001 | 11011 | 111011 | 101111 |
Color Harmonies of #BF7232
Complementary color
Monochromatic Colors of #BF7232
Black with #BF7232
Text Example
Text Example
White with #BF7232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7232; }
p { color: rgb(191,114,50); }
H1.HeaderClassName
{
color: #BF7232;
}
.AnyTagClassName
{
color: #BF7232;
}
</style>
background-color css
<style>
a { background-color: #BF7232; }
a { background-color: rgb(191,114,50); }
div.DivClassName
{
background-color: #BF7232;
}
.BgClassName
{
background-color: #BF7232;
}
</style>
border-color css
<style>
span { border-color: #BF7232; }
span { border-color: rgb(191,114,50); }
td.TdClassName
{
border-color: #BF7232;
}
.TagClassName
{
border-color: #BF7232;
}
</style>