Shades of Meteor #BD702C
Tints of Meteor #BD702C
RGB
CMYK
RGB Variations
Color information
#BD702C (or 0xBD702C) is known color: Meteor. HEX triplet: BD, 70 and 2C. RGB value is (189,112,44). Sum of RGB (Red+Green+Blue) = 189+112+44=345 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.78% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 44 (17.58% from 255 or 12.75% from 345); Max value from RGB is 189 - color contains mainly: red. Hex color #BD702C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD702C is #428FD3. Grayscale: #7F7F7F. Windows color (decimal): -4362196 or 2912445. OLE color: 2912445.
HSL color Cylindrical-coordinate representation of color #BD702C: hue angle of 28.14º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD702C is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 112 | 44 | - |
| CMYK | 0 | 0.41 | 0.77 | 0.26 |
| HSL | 28.14º | 0.62% | 0.46% | - |
| HSV(B) | 28.14º | 0.77% | 0.74% | - |
| XYZ | 27.24 | 22.59 | 5.31 | - |
| YUV | 127.27 | 81.01 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 112 | 44 | 0 | 0.41 | 0.77 | 0.26 | 28.14 | 0.62 | 0.46 |
| Hex | BD | 70 | 2C | 0 | 29 | 4D | 1A | 1C | 3E | 2E |
| Octal | 275 | 160 | 54 | 0 | 51 | 115 | 32 | 34 | 76 | 56 |
| Binary | 10111101 | 1110000 | 101100 | 0 | 101001 | 1001101 | 11010 | 11100 | 111110 | 101110 |
Color Harmonies of #BD702C
Complementary color
Monochromatic Colors of #BD702C
Black with #BD702C
Text Example
Text Example
White with #BD702C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD702C; }
p { color: rgb(189,112,44); }
H1.HeaderClassName
{
color: #BD702C;
}
.AnyTagClassName
{
color: #BD702C;
}
</style>
background-color css
<style>
a { background-color: #BD702C; }
a { background-color: rgb(189,112,44); }
div.DivClassName
{
background-color: #BD702C;
}
.BgClassName
{
background-color: #BD702C;
}
</style>
border-color css
<style>
span { border-color: #BD702C; }
span { border-color: rgb(189,112,44); }
td.TdClassName
{
border-color: #BD702C;
}
.TagClassName
{
border-color: #BD702C;
}
</style>