Shades of Meteor #BD742F
Tints of Meteor #BD742F
RGB
CMYK
RGB Variations
Color information
#BD742F (or 0xBD742F) is known color: Meteor. HEX triplet: BD, 74 and 2F. RGB value is (189,116,47). Sum of RGB (Red+Green+Blue) = 189+116+47=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 47 (18.75% from 255 or 13.35% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD742F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD742F is #428BD0. Grayscale: #828282. Windows color (decimal): -4361169 or 3110077. OLE color: 3110077.
HSL color Cylindrical-coordinate representation of color #BD742F: hue angle of 29.15º 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 #BD742F is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 116 | 47 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.26 |
| HSL | 29.15º | 0.6% | 0.46% | - |
| HSV(B) | 29.15º | 0.75% | 0.74% | - |
| XYZ | 27.74 | 23.51 | 5.77 | - |
| YUV | 129.96 | 81.18 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 116 | 47 | 0 | 0.39 | 0.75 | 0.26 | 29.15 | 0.6 | 0.46 |
| Hex | BD | 74 | 2F | 0 | 27 | 4B | 1A | 1D | 3C | 2E |
| Octal | 275 | 164 | 57 | 0 | 47 | 113 | 32 | 35 | 74 | 56 |
| Binary | 10111101 | 1110100 | 101111 | 0 | 100111 | 1001011 | 11010 | 11101 | 111100 | 101110 |
Color Harmonies of #BD742F
Complementary color
Monochromatic Colors of #BD742F
Black with #BD742F
Text Example
Text Example
White with #BD742F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD742F; }
p { color: rgb(189,116,47); }
H1.HeaderClassName
{
color: #BD742F;
}
.AnyTagClassName
{
color: #BD742F;
}
</style>
background-color css
<style>
a { background-color: #BD742F; }
a { background-color: rgb(189,116,47); }
div.DivClassName
{
background-color: #BD742F;
}
.BgClassName
{
background-color: #BD742F;
}
</style>
border-color css
<style>
span { border-color: #BD742F; }
span { border-color: rgb(189,116,47); }
td.TdClassName
{
border-color: #BD742F;
}
.TagClassName
{
border-color: #BD742F;
}
</style>