Shades of Meteor #BD7A32
Tints of Meteor #BD7A32
RGB
CMYK
RGB Variations
Color information
#BD7A32 (or 0xBD7A32) is known color: Meteor. HEX triplet: BD, 7A and 32. RGB value is (189,122,50). Sum of RGB (Red+Green+Blue) = 189+122+50=361 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.35% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 50 (19.92% from 255 or 13.85% from 361); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7A32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7A32 is #4285CD. Grayscale: #868686. Windows color (decimal): -4359630 or 3308221. OLE color: 3308221.
HSL color Cylindrical-coordinate representation of color #BD7A32: hue angle of 31.08º degrees, saturation: 0.58, 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 #BD7A32 is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 122 | 50 | - |
| CMYK | 0 | 0.35 | 0.74 | 0.26 |
| HSL | 31.08º | 0.58% | 0.47% | - |
| HSV(B) | 31.08º | 0.74% | 0.74% | - |
| XYZ | 28.52 | 24.97 | 6.33 | - |
| YUV | 133.83 | 80.7 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 122 | 50 | 0 | 0.35 | 0.74 | 0.26 | 31.08 | 0.58 | 0.47 |
| Hex | BD | 7A | 32 | 0 | 23 | 4A | 1A | 1F | 3A | 2F |
| Octal | 275 | 172 | 62 | 0 | 43 | 112 | 32 | 37 | 72 | 57 |
| Binary | 10111101 | 1111010 | 110010 | 0 | 100011 | 1001010 | 11010 | 11111 | 111010 | 101111 |
Color Harmonies of #BD7A32
Complementary color
Monochromatic Colors of #BD7A32
Black with #BD7A32
Text Example
Text Example
White with #BD7A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7A32; }
p { color: rgb(189,122,50); }
H1.HeaderClassName
{
color: #BD7A32;
}
.AnyTagClassName
{
color: #BD7A32;
}
</style>
background-color css
<style>
a { background-color: #BD7A32; }
a { background-color: rgb(189,122,50); }
div.DivClassName
{
background-color: #BD7A32;
}
.BgClassName
{
background-color: #BD7A32;
}
</style>
border-color css
<style>
span { border-color: #BD7A32; }
span { border-color: rgb(189,122,50); }
td.TdClassName
{
border-color: #BD7A32;
}
.TagClassName
{
border-color: #BD7A32;
}
</style>