Shades of Meteor #BD6E2E
Tints of Meteor #BD6E2E
RGB
CMYK
RGB Variations
Color information
#BD6E2E (or 0xBD6E2E) is known color: Meteor. HEX triplet: BD, 6E and 2E. RGB value is (189,110,46). Sum of RGB (Red+Green+Blue) = 189+110+46=345 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.78% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 46 (18.36% from 255 or 13.33% from 345); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6E2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6E2E is #4291D1. Grayscale: #7E7E7E. Windows color (decimal): -4362706 or 3043005. OLE color: 3043005.
HSL color Cylindrical-coordinate representation of color #BD6E2E: hue angle of 26.85º 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 #BD6E2E is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 110 | 46 | - |
| CMYK | 0 | 0.42 | 0.76 | 0.26 |
| HSL | 26.85º | 0.61% | 0.46% | - |
| HSV(B) | 26.85º | 0.76% | 0.74% | - |
| XYZ | 27.06 | 22.17 | 5.44 | - |
| YUV | 126.33 | 82.67 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 110 | 46 | 0 | 0.42 | 0.76 | 0.26 | 26.85 | 0.61 | 0.46 |
| Hex | BD | 6E | 2E | 0 | 2A | 4C | 1A | 1B | 3D | 2E |
| Octal | 275 | 156 | 56 | 0 | 52 | 114 | 32 | 33 | 75 | 56 |
| Binary | 10111101 | 1101110 | 101110 | 0 | 101010 | 1001100 | 11010 | 11011 | 111101 | 101110 |
Color Harmonies of #BD6E2E
Complementary color
Monochromatic Colors of #BD6E2E
Black with #BD6E2E
Text Example
Text Example
White with #BD6E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6E2E; }
p { color: rgb(189,110,46); }
H1.HeaderClassName
{
color: #BD6E2E;
}
.AnyTagClassName
{
color: #BD6E2E;
}
</style>
background-color css
<style>
a { background-color: #BD6E2E; }
a { background-color: rgb(189,110,46); }
div.DivClassName
{
background-color: #BD6E2E;
}
.BgClassName
{
background-color: #BD6E2E;
}
</style>
border-color css
<style>
span { border-color: #BD6E2E; }
span { border-color: rgb(189,110,46); }
td.TdClassName
{
border-color: #BD6E2E;
}
.TagClassName
{
border-color: #BD6E2E;
}
</style>