Shades of Meteor #BD7731
Tints of Meteor #BD7731
RGB
CMYK
RGB Variations
Color information
#BD7731 (or 0xBD7731) is known color: Meteor. HEX triplet: BD, 77 and 31. RGB value is (189,119,49). Sum of RGB (Red+Green+Blue) = 189+119+49=357 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.94% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 49 (19.53% from 255 or 13.73% from 357); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7731 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7731 is #4288CE. Grayscale: #848484. Windows color (decimal): -4360399 or 3241917. OLE color: 3241917.
HSL color Cylindrical-coordinate representation of color #BD7731: hue angle of 30º 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 #BD7731 is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 119 | 49 | - |
| CMYK | 0 | 0.37 | 0.74 | 0.26 |
| HSL | 30º | 0.59% | 0.47% | - |
| HSV(B) | 30º | 0.74% | 0.74% | - |
| XYZ | 28.14 | 24.23 | 6.1 | - |
| YUV | 131.95 | 81.19 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 119 | 49 | 0 | 0.37 | 0.74 | 0.26 | 30 | 0.59 | 0.47 |
| Hex | BD | 77 | 31 | 0 | 25 | 4A | 1A | 1E | 3B | 2F |
| Octal | 275 | 167 | 61 | 0 | 45 | 112 | 32 | 36 | 73 | 57 |
| Binary | 10111101 | 1110111 | 110001 | 0 | 100101 | 1001010 | 11010 | 11110 | 111011 | 101111 |
Color Harmonies of #BD7731
Complementary color
Monochromatic Colors of #BD7731
Black with #BD7731
Text Example
Text Example
White with #BD7731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7731; }
p { color: rgb(189,119,49); }
H1.HeaderClassName
{
color: #BD7731;
}
.AnyTagClassName
{
color: #BD7731;
}
</style>
background-color css
<style>
a { background-color: #BD7731; }
a { background-color: rgb(189,119,49); }
div.DivClassName
{
background-color: #BD7731;
}
.BgClassName
{
background-color: #BD7731;
}
</style>
border-color css
<style>
span { border-color: #BD7731; }
span { border-color: rgb(189,119,49); }
td.TdClassName
{
border-color: #BD7731;
}
.TagClassName
{
border-color: #BD7731;
}
</style>