Shades of Meteor #BD6E28
Tints of Meteor #BD6E28
RGB
CMYK
RGB Variations
Color information
#BD6E28 (or 0xBD6E28) is known color: Meteor. HEX triplet: BD, 6E and 28. RGB value is (189,110,40). Sum of RGB (Red+Green+Blue) = 189+110+40=339 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.75% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 40 (16.02% from 255 or 11.80% from 339); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6E28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6E28 is #4291D7. Grayscale: #7E7E7E. Windows color (decimal): -4362712 or 2649789. OLE color: 2649789.
HSL color Cylindrical-coordinate representation of color #BD6E28: hue angle of 28.19º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD6E28 is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 110 | 40 | - |
| CMYK | 0 | 0.42 | 0.79 | 0.26 |
| HSL | 28.19º | 0.65% | 0.45% | - |
| HSV(B) | 28.19º | 0.79% | 0.74% | - |
| XYZ | 26.95 | 22.12 | 4.86 | - |
| YUV | 125.64 | 79.67 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 110 | 40 | 0 | 0.42 | 0.79 | 0.26 | 28.19 | 0.65 | 0.45 |
| Hex | BD | 6E | 28 | 0 | 2A | 4F | 1A | 1C | 41 | 2D |
| Octal | 275 | 156 | 50 | 0 | 52 | 117 | 32 | 34 | 101 | 55 |
| Binary | 10111101 | 1101110 | 101000 | 0 | 101010 | 1001111 | 11010 | 11100 | 1000001 | 101101 |
Color Harmonies of #BD6E28
Complementary color
Monochromatic Colors of #BD6E28
Black with #BD6E28
Text Example
Text Example
White with #BD6E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6E28; }
p { color: rgb(189,110,40); }
H1.HeaderClassName
{
color: #BD6E28;
}
.AnyTagClassName
{
color: #BD6E28;
}
</style>
background-color css
<style>
a { background-color: #BD6E28; }
a { background-color: rgb(189,110,40); }
div.DivClassName
{
background-color: #BD6E28;
}
.BgClassName
{
background-color: #BD6E28;
}
</style>
border-color css
<style>
span { border-color: #BD6E28; }
span { border-color: rgb(189,110,40); }
td.TdClassName
{
border-color: #BD6E28;
}
.TagClassName
{
border-color: #BD6E28;
}
</style>