Shades of Meteor #BC7234
Tints of Meteor #BC7234
RGB
CMYK
RGB Variations
Color information
#BC7234 (or 0xBC7234) is known color: Meteor. HEX triplet: BC, 72 and 34. RGB value is (188,114,52). Sum of RGB (Red+Green+Blue) = 188+114+52=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 52 (20.70% from 255 or 14.69% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7234 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7234 is #438DCB. Grayscale: #818181. Windows color (decimal): -4427212 or 3437244. OLE color: 3437244.
HSL color Cylindrical-coordinate representation of color #BC7234: hue angle of 27.35º 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 #BC7234 is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 114 | 52 | - |
| CMYK | 0 | 0.39 | 0.72 | 0.26 |
| HSL | 27.35º | 0.57% | 0.47% | - |
| HSV(B) | 27.35º | 0.72% | 0.74% | - |
| XYZ | 27.38 | 22.97 | 6.24 | - |
| YUV | 129.06 | 84.52 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 114 | 52 | 0 | 0.39 | 0.72 | 0.26 | 27.35 | 0.57 | 0.47 |
| Hex | BC | 72 | 34 | 0 | 27 | 48 | 1A | 1B | 39 | 2F |
| Octal | 274 | 162 | 64 | 0 | 47 | 110 | 32 | 33 | 71 | 57 |
| Binary | 10111100 | 1110010 | 110100 | 0 | 100111 | 1001000 | 11010 | 11011 | 111001 | 101111 |
Color Harmonies of #BC7234
Complementary color
Monochromatic Colors of #BC7234
Black with #BC7234
Text Example
Text Example
White with #BC7234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7234; }
p { color: rgb(188,114,52); }
H1.HeaderClassName
{
color: #BC7234;
}
.AnyTagClassName
{
color: #BC7234;
}
</style>
background-color css
<style>
a { background-color: #BC7234; }
a { background-color: rgb(188,114,52); }
div.DivClassName
{
background-color: #BC7234;
}
.BgClassName
{
background-color: #BC7234;
}
</style>
border-color css
<style>
span { border-color: #BC7234; }
span { border-color: rgb(188,114,52); }
td.TdClassName
{
border-color: #BC7234;
}
.TagClassName
{
border-color: #BC7234;
}
</style>