Shades of Meteor #BD7637
Tints of Meteor #BD7637
RGB
CMYK
RGB Variations
Color information
#BD7637 (or 0xBD7637) is known color: Meteor. HEX triplet: BD, 76 and 37. RGB value is (189,118,55). Sum of RGB (Red+Green+Blue) = 189+118+55=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 118 (46.48% from 255 or 32.60% from 362); Blue value is 55 (21.88% from 255 or 15.19% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7637 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7637 is #4289C8. Grayscale: #848484. Windows color (decimal): -4360649 or 3634877. OLE color: 3634877.
HSL color Cylindrical-coordinate representation of color #BD7637: hue angle of 28.21º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD7637 is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 118 | 55 | - |
| CMYK | 0 | 0.38 | 0.71 | 0.26 |
| HSL | 28.21º | 0.55% | 0.48% | - |
| HSV(B) | 28.21º | 0.71% | 0.74% | - |
| XYZ | 28.15 | 24.05 | 6.77 | - |
| YUV | 132.05 | 84.52 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 118 | 55 | 0 | 0.38 | 0.71 | 0.26 | 28.21 | 0.55 | 0.48 |
| Hex | BD | 76 | 37 | 0 | 26 | 47 | 1A | 1C | 37 | 30 |
| Octal | 275 | 166 | 67 | 0 | 46 | 107 | 32 | 34 | 67 | 60 |
| Binary | 10111101 | 1110110 | 110111 | 0 | 100110 | 1000111 | 11010 | 11100 | 110111 | 110000 |
Color Harmonies of #BD7637
Complementary color
Monochromatic Colors of #BD7637
Black with #BD7637
Text Example
Text Example
White with #BD7637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7637; }
p { color: rgb(189,118,55); }
H1.HeaderClassName
{
color: #BD7637;
}
.AnyTagClassName
{
color: #BD7637;
}
</style>
background-color css
<style>
a { background-color: #BD7637; }
a { background-color: rgb(189,118,55); }
div.DivClassName
{
background-color: #BD7637;
}
.BgClassName
{
background-color: #BD7637;
}
</style>
border-color css
<style>
span { border-color: #BD7637; }
span { border-color: rgb(189,118,55); }
td.TdClassName
{
border-color: #BD7637;
}
.TagClassName
{
border-color: #BD7637;
}
</style>