Shades of Meteor #BC7935
Tints of Meteor #BC7935
RGB
CMYK
RGB Variations
Color information
#BC7935 (or 0xBC7935) is known color: Meteor. HEX triplet: BC, 79 and 35. RGB value is (188,121,53). Sum of RGB (Red+Green+Blue) = 188+121+53=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 121 (47.66% from 255 or 33.43% from 362); Blue value is 53 (21.09% from 255 or 14.64% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7935 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7935 is #4386CA. Grayscale: #858585. Windows color (decimal): -4425419 or 3504572. OLE color: 3504572.
HSL color Cylindrical-coordinate representation of color #BC7935: hue angle of 30.22º 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 #BC7935 is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 121 | 53 | - |
| CMYK | 0 | 0.36 | 0.72 | 0.26 |
| HSL | 30.22º | 0.56% | 0.47% | - |
| HSV(B) | 30.22º | 0.72% | 0.74% | - |
| XYZ | 28.22 | 24.62 | 6.63 | - |
| YUV | 133.28 | 82.7 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 121 | 53 | 0 | 0.36 | 0.72 | 0.26 | 30.22 | 0.56 | 0.47 |
| Hex | BC | 79 | 35 | 0 | 24 | 48 | 1A | 1E | 38 | 2F |
| Octal | 274 | 171 | 65 | 0 | 44 | 110 | 32 | 36 | 70 | 57 |
| Binary | 10111100 | 1111001 | 110101 | 0 | 100100 | 1001000 | 11010 | 11110 | 111000 | 101111 |
Color Harmonies of #BC7935
Complementary color
Monochromatic Colors of #BC7935
Black with #BC7935
Text Example
Text Example
White with #BC7935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7935; }
p { color: rgb(188,121,53); }
H1.HeaderClassName
{
color: #BC7935;
}
.AnyTagClassName
{
color: #BC7935;
}
</style>
background-color css
<style>
a { background-color: #BC7935; }
a { background-color: rgb(188,121,53); }
div.DivClassName
{
background-color: #BC7935;
}
.BgClassName
{
background-color: #BC7935;
}
</style>
border-color css
<style>
span { border-color: #BC7935; }
span { border-color: rgb(188,121,53); }
td.TdClassName
{
border-color: #BC7935;
}
.TagClassName
{
border-color: #BC7935;
}
</style>