Shades of Meteor #BF7833
Tints of Meteor #BF7833
RGB
CMYK
RGB Variations
Color information
#BF7833 (or 0xBF7833) is known color: Meteor. HEX triplet: BF, 78 and 33. RGB value is (191,120,51). Sum of RGB (Red+Green+Blue) = 191+120+51=362 (47% of max value = 765). Red value is 191 (75% from 255 or 52.76% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 51 (20.31% from 255 or 14.09% from 362); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7833 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7833 is #4087CC. Grayscale: #858585. Windows color (decimal): -4229069 or 3373247. OLE color: 3373247.
HSL color Cylindrical-coordinate representation of color #BF7833: hue angle of 29.57º 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 #BF7833 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 120 | 51 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.25 |
| HSL | 29.57º | 0.58% | 0.47% | - |
| HSV(B) | 29.57º | 0.73% | 0.75% | - |
| XYZ | 28.8 | 24.75 | 6.39 | - |
| YUV | 133.36 | 81.52 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 120 | 51 | 0 | 0.37 | 0.73 | 0.25 | 29.57 | 0.58 | 0.47 |
| Hex | BF | 78 | 33 | 0 | 25 | 49 | 19 | 1E | 3A | 2F |
| Octal | 277 | 170 | 63 | 0 | 45 | 111 | 31 | 36 | 72 | 57 |
| Binary | 10111111 | 1111000 | 110011 | 0 | 100101 | 1001001 | 11001 | 11110 | 111010 | 101111 |
Color Harmonies of #BF7833
Complementary color
Monochromatic Colors of #BF7833
Black with #BF7833
Text Example
Text Example
White with #BF7833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7833; }
p { color: rgb(191,120,51); }
H1.HeaderClassName
{
color: #BF7833;
}
.AnyTagClassName
{
color: #BF7833;
}
</style>
background-color css
<style>
a { background-color: #BF7833; }
a { background-color: rgb(191,120,51); }
div.DivClassName
{
background-color: #BF7833;
}
.BgClassName
{
background-color: #BF7833;
}
</style>
border-color css
<style>
span { border-color: #BF7833; }
span { border-color: rgb(191,120,51); }
td.TdClassName
{
border-color: #BF7833;
}
.TagClassName
{
border-color: #BF7833;
}
</style>