Shades of Meteor #BD7239
Tints of Meteor #BD7239
RGB
CMYK
RGB Variations
Color information
#BD7239 (or 0xBD7239) is known color: Meteor. HEX triplet: BD, 72 and 39. RGB value is (189,114,57). Sum of RGB (Red+Green+Blue) = 189+114+57=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 114 (44.92% from 255 or 31.67% from 360); Blue value is 57 (22.66% from 255 or 15.83% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7239 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7239 is #428DC6. Grayscale: #828282. Windows color (decimal): -4361671 or 3764925. OLE color: 3764925.
HSL color Cylindrical-coordinate representation of color #BD7239: hue angle of 25.91º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD7239 is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 114 | 57 | - |
| CMYK | 0 | 0.40 | 0.70 | 0.26 |
| HSL | 25.91º | 0.54% | 0.48% | - |
| HSV(B) | 25.91º | 0.7% | 0.74% | - |
| XYZ | 27.74 | 23.15 | 6.88 | - |
| YUV | 129.93 | 86.85 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 114 | 57 | 0 | 0.40 | 0.70 | 0.26 | 25.91 | 0.54 | 0.48 |
| Hex | BD | 72 | 39 | 0 | 28 | 46 | 1A | 1A | 36 | 30 |
| Octal | 275 | 162 | 71 | 0 | 50 | 106 | 32 | 32 | 66 | 60 |
| Binary | 10111101 | 1110010 | 111001 | 0 | 101000 | 1000110 | 11010 | 11010 | 110110 | 110000 |
Color Harmonies of #BD7239
Complementary color
Monochromatic Colors of #BD7239
Black with #BD7239
Text Example
Text Example
White with #BD7239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7239; }
p { color: rgb(189,114,57); }
H1.HeaderClassName
{
color: #BD7239;
}
.AnyTagClassName
{
color: #BD7239;
}
</style>
background-color css
<style>
a { background-color: #BD7239; }
a { background-color: rgb(189,114,57); }
div.DivClassName
{
background-color: #BD7239;
}
.BgClassName
{
background-color: #BD7239;
}
</style>
border-color css
<style>
span { border-color: #BD7239; }
span { border-color: rgb(189,114,57); }
td.TdClassName
{
border-color: #BD7239;
}
.TagClassName
{
border-color: #BD7239;
}
</style>