Shades of Meteor #BD712E
Tints of Meteor #BD712E
RGB
CMYK
RGB Variations
Color information
#BD712E (or 0xBD712E) is known color: Meteor. HEX triplet: BD, 71 and 2E. RGB value is (189,113,46). Sum of RGB (Red+Green+Blue) = 189+113+46=348 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.31% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 46 (18.36% from 255 or 13.22% from 348); Max value from RGB is 189 - color contains mainly: red. Hex color #BD712E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD712E is #428ED1. Grayscale: #808080. Windows color (decimal): -4361938 or 3043773. OLE color: 3043773.
HSL color Cylindrical-coordinate representation of color #BD712E: hue angle of 28.11º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD712E is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 113 | 46 | - |
| CMYK | 0 | 0.40 | 0.76 | 0.26 |
| HSL | 28.11º | 0.61% | 0.46% | - |
| HSV(B) | 28.11º | 0.76% | 0.74% | - |
| XYZ | 27.38 | 22.83 | 5.55 | - |
| YUV | 128.09 | 81.68 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 113 | 46 | 0 | 0.40 | 0.76 | 0.26 | 28.11 | 0.61 | 0.46 |
| Hex | BD | 71 | 2E | 0 | 28 | 4C | 1A | 1C | 3D | 2E |
| Octal | 275 | 161 | 56 | 0 | 50 | 114 | 32 | 34 | 75 | 56 |
| Binary | 10111101 | 1110001 | 101110 | 0 | 101000 | 1001100 | 11010 | 11100 | 111101 | 101110 |
Color Harmonies of #BD712E
Complementary color
Monochromatic Colors of #BD712E
Black with #BD712E
Text Example
Text Example
White with #BD712E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD712E; }
p { color: rgb(189,113,46); }
H1.HeaderClassName
{
color: #BD712E;
}
.AnyTagClassName
{
color: #BD712E;
}
</style>
background-color css
<style>
a { background-color: #BD712E; }
a { background-color: rgb(189,113,46); }
div.DivClassName
{
background-color: #BD712E;
}
.BgClassName
{
background-color: #BD712E;
}
</style>
border-color css
<style>
span { border-color: #BD712E; }
span { border-color: rgb(189,113,46); }
td.TdClassName
{
border-color: #BD712E;
}
.TagClassName
{
border-color: #BD712E;
}
</style>