Shades of Meteor #BC7833
Tints of Meteor #BC7833
RGB
CMYK
RGB Variations
Color information
#BC7833 (or 0xBC7833) is known color: Meteor. HEX triplet: BC, 78 and 33. RGB value is (188,120,51). Sum of RGB (Red+Green+Blue) = 188+120+51=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 120 (47.27% from 255 or 33.43% from 359); Blue value is 51 (20.31% from 255 or 14.21% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7833 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7833 is #4387CC. Grayscale: #848484. Windows color (decimal): -4425677 or 3373244. OLE color: 3373244.
HSL color Cylindrical-coordinate representation of color #BC7833: hue angle of 30.22º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC7833 is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 120 | 51 | - |
| CMYK | 0 | 0.36 | 0.73 | 0.26 |
| HSL | 30.22º | 0.57% | 0.47% | - |
| HSV(B) | 30.22º | 0.73% | 0.74% | - |
| XYZ | 28.05 | 24.36 | 6.36 | - |
| YUV | 132.47 | 82.03 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 120 | 51 | 0 | 0.36 | 0.73 | 0.26 | 30.22 | 0.57 | 0.47 |
| Hex | BC | 78 | 33 | 0 | 24 | 49 | 1A | 1E | 39 | 2F |
| Octal | 274 | 170 | 63 | 0 | 44 | 111 | 32 | 36 | 71 | 57 |
| Binary | 10111100 | 1111000 | 110011 | 0 | 100100 | 1001001 | 11010 | 11110 | 111001 | 101111 |
Color Harmonies of #BC7833
Complementary color
Monochromatic Colors of #BC7833
Black with #BC7833
Text Example
Text Example
White with #BC7833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7833; }
p { color: rgb(188,120,51); }
H1.HeaderClassName
{
color: #BC7833;
}
.AnyTagClassName
{
color: #BC7833;
}
</style>
background-color css
<style>
a { background-color: #BC7833; }
a { background-color: rgb(188,120,51); }
div.DivClassName
{
background-color: #BC7833;
}
.BgClassName
{
background-color: #BC7833;
}
</style>
border-color css
<style>
span { border-color: #BC7833; }
span { border-color: rgb(188,120,51); }
td.TdClassName
{
border-color: #BC7833;
}
.TagClassName
{
border-color: #BC7833;
}
</style>