Shades of Meteor #BF732A
Tints of Meteor #BF732A
RGB
CMYK
RGB Variations
Color information
#BF732A (or 0xBF732A) is known color: Meteor. HEX triplet: BF, 73 and 2A. RGB value is (191,115,42). Sum of RGB (Red+Green+Blue) = 191+115+42=348 (46% of max value = 765). Red value is 191 (75% from 255 or 54.89% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 42 (16.80% from 255 or 12.07% from 348); Max value from RGB is 191 - color contains mainly: red. Hex color #BF732A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF732A is #408CD5. Grayscale: #818181. Windows color (decimal): -4230358 or 2782143. OLE color: 2782143.
HSL color Cylindrical-coordinate representation of color #BF732A: hue angle of 29.4º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BF732A is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 115 | 42 | - |
| CMYK | 0 | 0.40 | 0.78 | 0.25 |
| HSL | 29.4º | 0.64% | 0.46% | - |
| HSV(B) | 29.4º | 0.78% | 0.75% | - |
| XYZ | 28.03 | 23.51 | 5.25 | - |
| YUV | 129.4 | 78.68 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 115 | 42 | 0 | 0.40 | 0.78 | 0.25 | 29.4 | 0.64 | 0.46 |
| Hex | BF | 73 | 2A | 0 | 28 | 4E | 19 | 1D | 40 | 2E |
| Octal | 277 | 163 | 52 | 0 | 50 | 116 | 31 | 35 | 100 | 56 |
| Binary | 10111111 | 1110011 | 101010 | 0 | 101000 | 1001110 | 11001 | 11101 | 1000000 | 101110 |
Color Harmonies of #BF732A
Complementary color
Monochromatic Colors of #BF732A
Black with #BF732A
Text Example
Text Example
White with #BF732A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF732A; }
p { color: rgb(191,115,42); }
H1.HeaderClassName
{
color: #BF732A;
}
.AnyTagClassName
{
color: #BF732A;
}
</style>
background-color css
<style>
a { background-color: #BF732A; }
a { background-color: rgb(191,115,42); }
div.DivClassName
{
background-color: #BF732A;
}
.BgClassName
{
background-color: #BF732A;
}
</style>
border-color css
<style>
span { border-color: #BF732A; }
span { border-color: rgb(191,115,42); }
td.TdClassName
{
border-color: #BF732A;
}
.TagClassName
{
border-color: #BF732A;
}
</style>