Shades of Meteor #BD7631
Tints of Meteor #BD7631
RGB
CMYK
RGB Variations
Color information
#BD7631 (or 0xBD7631) is known color: Meteor. HEX triplet: BD, 76 and 31. RGB value is (189,118,49). Sum of RGB (Red+Green+Blue) = 189+118+49=356 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.09% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 49 (19.53% from 255 or 13.76% from 356); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7631 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7631 is #4289CE. Grayscale: #838383. Windows color (decimal): -4360655 or 3241661. OLE color: 3241661.
HSL color Cylindrical-coordinate representation of color #BD7631: hue angle of 29.57º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD7631 is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 118 | 49 | - |
| CMYK | 0 | 0.38 | 0.74 | 0.26 |
| HSL | 29.57º | 0.59% | 0.47% | - |
| HSV(B) | 29.57º | 0.74% | 0.74% | - |
| XYZ | 28.02 | 24 | 6.06 | - |
| YUV | 131.36 | 81.52 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 118 | 49 | 0 | 0.38 | 0.74 | 0.26 | 29.57 | 0.59 | 0.47 |
| Hex | BD | 76 | 31 | 0 | 26 | 4A | 1A | 1E | 3B | 2F |
| Octal | 275 | 166 | 61 | 0 | 46 | 112 | 32 | 36 | 73 | 57 |
| Binary | 10111101 | 1110110 | 110001 | 0 | 100110 | 1001010 | 11010 | 11110 | 111011 | 101111 |
Color Harmonies of #BD7631
Complementary color
Monochromatic Colors of #BD7631
Black with #BD7631
Text Example
Text Example
White with #BD7631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7631; }
p { color: rgb(189,118,49); }
H1.HeaderClassName
{
color: #BD7631;
}
.AnyTagClassName
{
color: #BD7631;
}
</style>
background-color css
<style>
a { background-color: #BD7631; }
a { background-color: rgb(189,118,49); }
div.DivClassName
{
background-color: #BD7631;
}
.BgClassName
{
background-color: #BD7631;
}
</style>
border-color css
<style>
span { border-color: #BD7631; }
span { border-color: rgb(189,118,49); }
td.TdClassName
{
border-color: #BD7631;
}
.TagClassName
{
border-color: #BD7631;
}
</style>