Shades of Meteor #BC7335
Tints of Meteor #BC7335
RGB
CMYK
RGB Variations
Color information
#BC7335 (or 0xBC7335) is known color: Meteor. HEX triplet: BC, 73 and 35. RGB value is (188,115,53). Sum of RGB (Red+Green+Blue) = 188+115+53=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 53 (21.09% from 255 or 14.89% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7335 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7335 is #438CCA. Grayscale: #828282. Windows color (decimal): -4426955 or 3503036. OLE color: 3503036.
HSL color Cylindrical-coordinate representation of color #BC7335: hue angle of 27.56º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC7335 is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 115 | 53 | - |
| CMYK | 0 | 0.39 | 0.72 | 0.26 |
| HSL | 27.56º | 0.56% | 0.47% | - |
| HSV(B) | 27.56º | 0.72% | 0.74% | - |
| XYZ | 27.51 | 23.21 | 6.4 | - |
| YUV | 129.76 | 84.68 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 115 | 53 | 0 | 0.39 | 0.72 | 0.26 | 27.56 | 0.56 | 0.47 |
| Hex | BC | 73 | 35 | 0 | 27 | 48 | 1A | 1C | 38 | 2F |
| Octal | 274 | 163 | 65 | 0 | 47 | 110 | 32 | 34 | 70 | 57 |
| Binary | 10111100 | 1110011 | 110101 | 0 | 100111 | 1001000 | 11010 | 11100 | 111000 | 101111 |
Color Harmonies of #BC7335
Complementary color
Monochromatic Colors of #BC7335
Black with #BC7335
Text Example
Text Example
White with #BC7335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7335; }
p { color: rgb(188,115,53); }
H1.HeaderClassName
{
color: #BC7335;
}
.AnyTagClassName
{
color: #BC7335;
}
</style>
background-color css
<style>
a { background-color: #BC7335; }
a { background-color: rgb(188,115,53); }
div.DivClassName
{
background-color: #BC7335;
}
.BgClassName
{
background-color: #BC7335;
}
</style>
border-color css
<style>
span { border-color: #BC7335; }
span { border-color: rgb(188,115,53); }
td.TdClassName
{
border-color: #BC7335;
}
.TagClassName
{
border-color: #BC7335;
}
</style>