Shades of Meteor #BD7733
Tints of Meteor #BD7733
RGB
CMYK
RGB Variations
Color information
#BD7733 (or 0xBD7733) is known color: Meteor. HEX triplet: BD, 77 and 33. RGB value is (189,119,51). Sum of RGB (Red+Green+Blue) = 189+119+51=359 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.65% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 51 (20.31% from 255 or 14.21% from 359); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7733 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7733 is #4288CC. Grayscale: #848484. Windows color (decimal): -4360397 or 3372989. OLE color: 3372989.
HSL color Cylindrical-coordinate representation of color #BD7733: hue angle of 29.57º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD7733 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 119 | 51 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.26 |
| HSL | 29.57º | 0.58% | 0.47% | - |
| HSV(B) | 29.57º | 0.73% | 0.74% | - |
| XYZ | 28.18 | 24.25 | 6.33 | - |
| YUV | 132.18 | 82.19 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 119 | 51 | 0 | 0.37 | 0.73 | 0.26 | 29.57 | 0.58 | 0.47 |
| Hex | BD | 77 | 33 | 0 | 25 | 49 | 1A | 1E | 3A | 2F |
| Octal | 275 | 167 | 63 | 0 | 45 | 111 | 32 | 36 | 72 | 57 |
| Binary | 10111101 | 1110111 | 110011 | 0 | 100101 | 1001001 | 11010 | 11110 | 111010 | 101111 |
Color Harmonies of #BD7733
Complementary color
Monochromatic Colors of #BD7733
Black with #BD7733
Text Example
Text Example
White with #BD7733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7733; }
p { color: rgb(189,119,51); }
H1.HeaderClassName
{
color: #BD7733;
}
.AnyTagClassName
{
color: #BD7733;
}
</style>
background-color css
<style>
a { background-color: #BD7733; }
a { background-color: rgb(189,119,51); }
div.DivClassName
{
background-color: #BD7733;
}
.BgClassName
{
background-color: #BD7733;
}
</style>
border-color css
<style>
span { border-color: #BD7733; }
span { border-color: rgb(189,119,51); }
td.TdClassName
{
border-color: #BD7733;
}
.TagClassName
{
border-color: #BD7733;
}
</style>