Shades of Meteor #BD712B
Tints of Meteor #BD712B
RGB
CMYK
RGB Variations
Color information
#BD712B (or 0xBD712B) is known color: Meteor. HEX triplet: BD, 71 and 2B. RGB value is (189,113,43). Sum of RGB (Red+Green+Blue) = 189+113+43=345 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.78% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 43 (17.19% from 255 or 12.46% from 345); Max value from RGB is 189 - color contains mainly: red. Hex color #BD712B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD712B is #428ED4. Grayscale: #808080. Windows color (decimal): -4361941 or 2847165. OLE color: 2847165.
HSL color Cylindrical-coordinate representation of color #BD712B: hue angle of 28.77º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD712B is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 113 | 43 | - |
| CMYK | 0 | 0.40 | 0.77 | 0.26 |
| HSL | 28.77º | 0.63% | 0.45% | - |
| HSV(B) | 28.77º | 0.77% | 0.74% | - |
| XYZ | 27.33 | 22.8 | 5.25 | - |
| YUV | 127.74 | 80.18 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 113 | 43 | 0 | 0.40 | 0.77 | 0.26 | 28.77 | 0.63 | 0.45 |
| Hex | BD | 71 | 2B | 0 | 28 | 4D | 1A | 1D | 3F | 2D |
| Octal | 275 | 161 | 53 | 0 | 50 | 115 | 32 | 35 | 77 | 55 |
| Binary | 10111101 | 1110001 | 101011 | 0 | 101000 | 1001101 | 11010 | 11101 | 111111 | 101101 |
Color Harmonies of #BD712B
Complementary color
Monochromatic Colors of #BD712B
Black with #BD712B
Text Example
Text Example
White with #BD712B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD712B; }
p { color: rgb(189,113,43); }
H1.HeaderClassName
{
color: #BD712B;
}
.AnyTagClassName
{
color: #BD712B;
}
</style>
background-color css
<style>
a { background-color: #BD712B; }
a { background-color: rgb(189,113,43); }
div.DivClassName
{
background-color: #BD712B;
}
.BgClassName
{
background-color: #BD712B;
}
</style>
border-color css
<style>
span { border-color: #BD712B; }
span { border-color: rgb(189,113,43); }
td.TdClassName
{
border-color: #BD712B;
}
.TagClassName
{
border-color: #BD712B;
}
</style>