Shades of Meteor #BD7739
Tints of Meteor #BD7739
RGB
CMYK
RGB Variations
Color information
#BD7739 (or 0xBD7739) is known color: Meteor. HEX triplet: BD, 77 and 39. RGB value is (189,119,57). Sum of RGB (Red+Green+Blue) = 189+119+57=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 119 (46.88% from 255 or 32.60% from 365); Blue value is 57 (22.66% from 255 or 15.62% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7739 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7739 is #4288C6. Grayscale: #858585. Windows color (decimal): -4360391 or 3766205. OLE color: 3766205.
HSL color Cylindrical-coordinate representation of color #BD7739: hue angle of 28.18º 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 #BD7739 is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 119 | 57 | - |
| CMYK | 0 | 0.37 | 0.70 | 0.26 |
| HSL | 28.18º | 0.54% | 0.48% | - |
| HSV(B) | 28.18º | 0.7% | 0.74% | - |
| XYZ | 28.32 | 24.31 | 7.07 | - |
| YUV | 132.86 | 85.19 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 119 | 57 | 0 | 0.37 | 0.70 | 0.26 | 28.18 | 0.54 | 0.48 |
| Hex | BD | 77 | 39 | 0 | 25 | 46 | 1A | 1C | 36 | 30 |
| Octal | 275 | 167 | 71 | 0 | 45 | 106 | 32 | 34 | 66 | 60 |
| Binary | 10111101 | 1110111 | 111001 | 0 | 100101 | 1000110 | 11010 | 11100 | 110110 | 110000 |
Color Harmonies of #BD7739
Complementary color
Monochromatic Colors of #BD7739
Black with #BD7739
Text Example
Text Example
White with #BD7739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7739; }
p { color: rgb(189,119,57); }
H1.HeaderClassName
{
color: #BD7739;
}
.AnyTagClassName
{
color: #BD7739;
}
</style>
background-color css
<style>
a { background-color: #BD7739; }
a { background-color: rgb(189,119,57); }
div.DivClassName
{
background-color: #BD7739;
}
.BgClassName
{
background-color: #BD7739;
}
</style>
border-color css
<style>
span { border-color: #BD7739; }
span { border-color: rgb(189,119,57); }
td.TdClassName
{
border-color: #BD7739;
}
.TagClassName
{
border-color: #BD7739;
}
</style>