Shades of Meteor #BD722E
Tints of Meteor #BD722E
RGB
CMYK
RGB Variations
Color information
#BD722E (or 0xBD722E) is known color: Meteor. HEX triplet: BD, 72 and 2E. RGB value is (189,114,46). Sum of RGB (Red+Green+Blue) = 189+114+46=349 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.15% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 46 (18.36% from 255 or 13.18% from 349); Max value from RGB is 189 - color contains mainly: red. Hex color #BD722E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD722E is #428DD1. Grayscale: #818181. Windows color (decimal): -4361682 or 3044029. OLE color: 3044029.
HSL color Cylindrical-coordinate representation of color #BD722E: hue angle of 28.53º 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 #BD722E is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 114 | 46 | - |
| CMYK | 0 | 0.40 | 0.76 | 0.26 |
| HSL | 28.53º | 0.61% | 0.46% | - |
| HSV(B) | 28.53º | 0.76% | 0.74% | - |
| XYZ | 27.5 | 23.05 | 5.58 | - |
| YUV | 128.67 | 81.35 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 114 | 46 | 0 | 0.40 | 0.76 | 0.26 | 28.53 | 0.61 | 0.46 |
| Hex | BD | 72 | 2E | 0 | 28 | 4C | 1A | 1D | 3D | 2E |
| Octal | 275 | 162 | 56 | 0 | 50 | 114 | 32 | 35 | 75 | 56 |
| Binary | 10111101 | 1110010 | 101110 | 0 | 101000 | 1001100 | 11010 | 11101 | 111101 | 101110 |
Color Harmonies of #BD722E
Complementary color
Monochromatic Colors of #BD722E
Black with #BD722E
Text Example
Text Example
White with #BD722E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD722E; }
p { color: rgb(189,114,46); }
H1.HeaderClassName
{
color: #BD722E;
}
.AnyTagClassName
{
color: #BD722E;
}
</style>
background-color css
<style>
a { background-color: #BD722E; }
a { background-color: rgb(189,114,46); }
div.DivClassName
{
background-color: #BD722E;
}
.BgClassName
{
background-color: #BD722E;
}
</style>
border-color css
<style>
span { border-color: #BD722E; }
span { border-color: rgb(189,114,46); }
td.TdClassName
{
border-color: #BD722E;
}
.TagClassName
{
border-color: #BD722E;
}
</style>