Shades of Meteor #BD712C
Tints of Meteor #BD712C
RGB
CMYK
RGB Variations
Color information
#BD712C (or 0xBD712C) is known color: Meteor. HEX triplet: BD, 71 and 2C. RGB value is (189,113,44). Sum of RGB (Red+Green+Blue) = 189+113+44=346 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.62% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 44 (17.58% from 255 or 12.72% from 346); Max value from RGB is 189 - color contains mainly: red. Hex color #BD712C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD712C is #428ED3. Grayscale: #808080. Windows color (decimal): -4361940 or 2912701. OLE color: 2912701.
HSL color Cylindrical-coordinate representation of color #BD712C: hue angle of 28.55º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD712C is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 113 | 44 | - |
| CMYK | 0 | 0.40 | 0.77 | 0.26 |
| HSL | 28.55º | 0.62% | 0.46% | - |
| HSV(B) | 28.55º | 0.77% | 0.74% | - |
| XYZ | 27.35 | 22.81 | 5.34 | - |
| YUV | 127.86 | 80.68 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 113 | 44 | 0 | 0.40 | 0.77 | 0.26 | 28.55 | 0.62 | 0.46 |
| Hex | BD | 71 | 2C | 0 | 28 | 4D | 1A | 1D | 3E | 2E |
| Octal | 275 | 161 | 54 | 0 | 50 | 115 | 32 | 35 | 76 | 56 |
| Binary | 10111101 | 1110001 | 101100 | 0 | 101000 | 1001101 | 11010 | 11101 | 111110 | 101110 |
Color Harmonies of #BD712C
Complementary color
Monochromatic Colors of #BD712C
Black with #BD712C
Text Example
Text Example
White with #BD712C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD712C; }
p { color: rgb(189,113,44); }
H1.HeaderClassName
{
color: #BD712C;
}
.AnyTagClassName
{
color: #BD712C;
}
</style>
background-color css
<style>
a { background-color: #BD712C; }
a { background-color: rgb(189,113,44); }
div.DivClassName
{
background-color: #BD712C;
}
.BgClassName
{
background-color: #BD712C;
}
</style>
border-color css
<style>
span { border-color: #BD712C; }
span { border-color: rgb(189,113,44); }
td.TdClassName
{
border-color: #BD712C;
}
.TagClassName
{
border-color: #BD712C;
}
</style>