Shades of Meteor #BC7534
Tints of Meteor #BC7534
RGB
CMYK
RGB Variations
Color information
#BC7534 (or 0xBC7534) is known color: Meteor. HEX triplet: BC, 75 and 34. RGB value is (188,117,52). Sum of RGB (Red+Green+Blue) = 188+117+52=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 52 (20.70% from 255 or 14.57% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7534 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7534 is #438ACB. Grayscale: #838383. Windows color (decimal): -4426444 or 3438012. OLE color: 3438012.
HSL color Cylindrical-coordinate representation of color #BC7534: hue angle of 28.68º degrees, saturation: 0.57, 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 #BC7534 is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 117 | 52 | - |
| CMYK | 0 | 0.38 | 0.72 | 0.26 |
| HSL | 28.68º | 0.57% | 0.47% | - |
| HSV(B) | 28.68º | 0.72% | 0.74% | - |
| XYZ | 27.72 | 23.66 | 6.36 | - |
| YUV | 130.82 | 83.52 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 117 | 52 | 0 | 0.38 | 0.72 | 0.26 | 28.68 | 0.57 | 0.47 |
| Hex | BC | 75 | 34 | 0 | 26 | 48 | 1A | 1D | 39 | 2F |
| Octal | 274 | 165 | 64 | 0 | 46 | 110 | 32 | 35 | 71 | 57 |
| Binary | 10111100 | 1110101 | 110100 | 0 | 100110 | 1001000 | 11010 | 11101 | 111001 | 101111 |
Color Harmonies of #BC7534
Complementary color
Monochromatic Colors of #BC7534
Black with #BC7534
Text Example
Text Example
White with #BC7534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7534; }
p { color: rgb(188,117,52); }
H1.HeaderClassName
{
color: #BC7534;
}
.AnyTagClassName
{
color: #BC7534;
}
</style>
background-color css
<style>
a { background-color: #BC7534; }
a { background-color: rgb(188,117,52); }
div.DivClassName
{
background-color: #BC7534;
}
.BgClassName
{
background-color: #BC7534;
}
</style>
border-color css
<style>
span { border-color: #BC7534; }
span { border-color: rgb(188,117,52); }
td.TdClassName
{
border-color: #BC7534;
}
.TagClassName
{
border-color: #BC7534;
}
</style>