Shades of Meteor #BD762E
Tints of Meteor #BD762E
RGB
CMYK
RGB Variations
Color information
#BD762E (or 0xBD762E) is known color: Meteor. HEX triplet: BD, 76 and 2E. RGB value is (189,118,46). Sum of RGB (Red+Green+Blue) = 189+118+46=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 46 (18.36% from 255 or 13.03% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BD762E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD762E is #4289D1. Grayscale: #838383. Windows color (decimal): -4360658 or 3045053. OLE color: 3045053.
HSL color Cylindrical-coordinate representation of color #BD762E: hue angle of 30.21º 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 #BD762E is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 118 | 46 | - |
| CMYK | 0 | 0.38 | 0.76 | 0.26 |
| HSL | 30.21º | 0.61% | 0.46% | - |
| HSV(B) | 30.21º | 0.76% | 0.74% | - |
| XYZ | 27.96 | 23.97 | 5.74 | - |
| YUV | 131.02 | 80.02 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 118 | 46 | 0 | 0.38 | 0.76 | 0.26 | 30.21 | 0.61 | 0.46 |
| Hex | BD | 76 | 2E | 0 | 26 | 4C | 1A | 1E | 3D | 2E |
| Octal | 275 | 166 | 56 | 0 | 46 | 114 | 32 | 36 | 75 | 56 |
| Binary | 10111101 | 1110110 | 101110 | 0 | 100110 | 1001100 | 11010 | 11110 | 111101 | 101110 |
Color Harmonies of #BD762E
Complementary color
Monochromatic Colors of #BD762E
Black with #BD762E
Text Example
Text Example
White with #BD762E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD762E; }
p { color: rgb(189,118,46); }
H1.HeaderClassName
{
color: #BD762E;
}
.AnyTagClassName
{
color: #BD762E;
}
</style>
background-color css
<style>
a { background-color: #BD762E; }
a { background-color: rgb(189,118,46); }
div.DivClassName
{
background-color: #BD762E;
}
.BgClassName
{
background-color: #BD762E;
}
</style>
border-color css
<style>
span { border-color: #BD762E; }
span { border-color: rgb(189,118,46); }
td.TdClassName
{
border-color: #BD762E;
}
.TagClassName
{
border-color: #BD762E;
}
</style>