Shades of Meteor #BD762D
Tints of Meteor #BD762D
RGB
CMYK
RGB Variations
Color information
#BD762D (or 0xBD762D) is known color: Meteor. HEX triplet: BD, 76 and 2D. RGB value is (189,118,45). Sum of RGB (Red+Green+Blue) = 189+118+45=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 45 (17.97% from 255 or 12.78% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD762D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD762D is #4289D2. Grayscale: #838383. Windows color (decimal): -4360659 or 2979517. OLE color: 2979517.
HSL color Cylindrical-coordinate representation of color #BD762D: hue angle of 30.42º degrees, saturation: 0.62, 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 #BD762D is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 118 | 45 | - |
| CMYK | 0 | 0.38 | 0.76 | 0.26 |
| HSL | 30.42º | 0.62% | 0.46% | - |
| HSV(B) | 30.42º | 0.76% | 0.74% | - |
| XYZ | 27.94 | 23.97 | 5.64 | - |
| YUV | 130.91 | 79.52 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 118 | 45 | 0 | 0.38 | 0.76 | 0.26 | 30.42 | 0.62 | 0.46 |
| Hex | BD | 76 | 2D | 0 | 26 | 4C | 1A | 1E | 3E | 2E |
| Octal | 275 | 166 | 55 | 0 | 46 | 114 | 32 | 36 | 76 | 56 |
| Binary | 10111101 | 1110110 | 101101 | 0 | 100110 | 1001100 | 11010 | 11110 | 111110 | 101110 |
Color Harmonies of #BD762D
Complementary color
Monochromatic Colors of #BD762D
Black with #BD762D
Text Example
Text Example
White with #BD762D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD762D; }
p { color: rgb(189,118,45); }
H1.HeaderClassName
{
color: #BD762D;
}
.AnyTagClassName
{
color: #BD762D;
}
</style>
background-color css
<style>
a { background-color: #BD762D; }
a { background-color: rgb(189,118,45); }
div.DivClassName
{
background-color: #BD762D;
}
.BgClassName
{
background-color: #BD762D;
}
</style>
border-color css
<style>
span { border-color: #BD762D; }
span { border-color: rgb(189,118,45); }
td.TdClassName
{
border-color: #BD762D;
}
.TagClassName
{
border-color: #BD762D;
}
</style>