Shades of Meteor #BF7233
Tints of Meteor #BF7233
RGB
CMYK
RGB Variations
Color information
#BF7233 (or 0xBF7233) is known color: Meteor. HEX triplet: BF, 72 and 33. RGB value is (191,114,51). Sum of RGB (Red+Green+Blue) = 191+114+51=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 51 (20.31% from 255 or 14.33% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7233 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7233 is #408DCC. Grayscale: #828282. Windows color (decimal): -4230605 or 3371711. OLE color: 3371711.
HSL color Cylindrical-coordinate representation of color #BF7233: hue angle of 27º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF7233 is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 114 | 51 | - |
| CMYK | 0 | 0.40 | 0.73 | 0.25 |
| HSL | 27º | 0.58% | 0.47% | - |
| HSV(B) | 27º | 0.73% | 0.75% | - |
| XYZ | 28.1 | 23.35 | 6.16 | - |
| YUV | 129.84 | 83.51 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 114 | 51 | 0 | 0.40 | 0.73 | 0.25 | 27 | 0.58 | 0.47 |
| Hex | BF | 72 | 33 | 0 | 28 | 49 | 19 | 1B | 3A | 2F |
| Octal | 277 | 162 | 63 | 0 | 50 | 111 | 31 | 33 | 72 | 57 |
| Binary | 10111111 | 1110010 | 110011 | 0 | 101000 | 1001001 | 11001 | 11011 | 111010 | 101111 |
Color Harmonies of #BF7233
Complementary color
Monochromatic Colors of #BF7233
Black with #BF7233
Text Example
Text Example
White with #BF7233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7233; }
p { color: rgb(191,114,51); }
H1.HeaderClassName
{
color: #BF7233;
}
.AnyTagClassName
{
color: #BF7233;
}
</style>
background-color css
<style>
a { background-color: #BF7233; }
a { background-color: rgb(191,114,51); }
div.DivClassName
{
background-color: #BF7233;
}
.BgClassName
{
background-color: #BF7233;
}
</style>
border-color css
<style>
span { border-color: #BF7233; }
span { border-color: rgb(191,114,51); }
td.TdClassName
{
border-color: #BF7233;
}
.TagClassName
{
border-color: #BF7233;
}
</style>