Shades of Meteor #BD722F
Tints of Meteor #BD722F
RGB
CMYK
RGB Variations
Color information
#BD722F (or 0xBD722F) is known color: Meteor. HEX triplet: BD, 72 and 2F. RGB value is (189,114,47). Sum of RGB (Red+Green+Blue) = 189+114+47=350 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 47 (18.75% from 255 or 13.43% from 350); Max value from RGB is 189 - color contains mainly: red. Hex color #BD722F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD722F is #428DD0. Grayscale: #818181. Windows color (decimal): -4361681 or 3109565. OLE color: 3109565.
HSL color Cylindrical-coordinate representation of color #BD722F: hue angle of 28.31º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD722F is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 114 | 47 | - |
| CMYK | 0 | 0.40 | 0.75 | 0.26 |
| HSL | 28.31º | 0.6% | 0.46% | - |
| HSV(B) | 28.31º | 0.75% | 0.74% | - |
| XYZ | 27.52 | 23.06 | 5.69 | - |
| YUV | 128.79 | 81.85 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 114 | 47 | 0 | 0.40 | 0.75 | 0.26 | 28.31 | 0.6 | 0.46 |
| Hex | BD | 72 | 2F | 0 | 28 | 4B | 1A | 1C | 3C | 2E |
| Octal | 275 | 162 | 57 | 0 | 50 | 113 | 32 | 34 | 74 | 56 |
| Binary | 10111101 | 1110010 | 101111 | 0 | 101000 | 1001011 | 11010 | 11100 | 111100 | 101110 |
Color Harmonies of #BD722F
Complementary color
Monochromatic Colors of #BD722F
Black with #BD722F
Text Example
Text Example
White with #BD722F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD722F; }
p { color: rgb(189,114,47); }
H1.HeaderClassName
{
color: #BD722F;
}
.AnyTagClassName
{
color: #BD722F;
}
</style>
background-color css
<style>
a { background-color: #BD722F; }
a { background-color: rgb(189,114,47); }
div.DivClassName
{
background-color: #BD722F;
}
.BgClassName
{
background-color: #BD722F;
}
</style>
border-color css
<style>
span { border-color: #BD722F; }
span { border-color: rgb(189,114,47); }
td.TdClassName
{
border-color: #BD722F;
}
.TagClassName
{
border-color: #BD722F;
}
</style>