Shades of Meteor #BC742F
Tints of Meteor #BC742F
RGB
CMYK
RGB Variations
Color information
#BC742F (or 0xBC742F) is known color: Meteor. HEX triplet: BC, 74 and 2F. RGB value is (188,116,47). Sum of RGB (Red+Green+Blue) = 188+116+47=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 47 (18.75% from 255 or 13.39% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC742F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC742F is #438BD0. Grayscale: #828282. Windows color (decimal): -4426705 or 3110076. OLE color: 3110076.
HSL color Cylindrical-coordinate representation of color #BC742F: hue angle of 29.36º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC742F is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 116 | 47 | - |
| CMYK | 0 | 0.38 | 0.75 | 0.26 |
| HSL | 29.36º | 0.6% | 0.46% | - |
| HSV(B) | 29.36º | 0.75% | 0.74% | - |
| XYZ | 27.5 | 23.39 | 5.75 | - |
| YUV | 129.66 | 81.35 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 116 | 47 | 0 | 0.38 | 0.75 | 0.26 | 29.36 | 0.6 | 0.46 |
| Hex | BC | 74 | 2F | 0 | 26 | 4B | 1A | 1D | 3C | 2E |
| Octal | 274 | 164 | 57 | 0 | 46 | 113 | 32 | 35 | 74 | 56 |
| Binary | 10111100 | 1110100 | 101111 | 0 | 100110 | 1001011 | 11010 | 11101 | 111100 | 101110 |
Color Harmonies of #BC742F
Complementary color
Monochromatic Colors of #BC742F
Black with #BC742F
Text Example
Text Example
White with #BC742F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC742F; }
p { color: rgb(188,116,47); }
H1.HeaderClassName
{
color: #BC742F;
}
.AnyTagClassName
{
color: #BC742F;
}
</style>
background-color css
<style>
a { background-color: #BC742F; }
a { background-color: rgb(188,116,47); }
div.DivClassName
{
background-color: #BC742F;
}
.BgClassName
{
background-color: #BC742F;
}
</style>
border-color css
<style>
span { border-color: #BC742F; }
span { border-color: rgb(188,116,47); }
td.TdClassName
{
border-color: #BC742F;
}
.TagClassName
{
border-color: #BC742F;
}
</style>