Shades of Meteor #BD7D36
Tints of Meteor #BD7D36
RGB
CMYK
RGB Variations
Color information
#BD7D36 (or 0xBD7D36) is known color: Meteor. HEX triplet: BD, 7D and 36. RGB value is (189,125,54). Sum of RGB (Red+Green+Blue) = 189+125+54=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 125 (49.22% from 255 or 33.97% from 368); Blue value is 54 (21.48% from 255 or 14.67% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7D36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7D36 is #4282C9. Grayscale: #888888. Windows color (decimal): -4358858 or 3571133. OLE color: 3571133.
HSL color Cylindrical-coordinate representation of color #BD7D36: hue angle of 31.56º degrees, saturation: 0.56, 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 #BD7D36 is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 125 | 54 | - |
| CMYK | 0 | 0.34 | 0.71 | 0.26 |
| HSL | 31.56º | 0.56% | 0.48% | - |
| HSV(B) | 31.56º | 0.71% | 0.74% | - |
| XYZ | 28.99 | 25.75 | 6.93 | - |
| YUV | 136.04 | 81.7 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 125 | 54 | 0 | 0.34 | 0.71 | 0.26 | 31.56 | 0.56 | 0.48 |
| Hex | BD | 7D | 36 | 0 | 22 | 47 | 1A | 20 | 38 | 30 |
| Octal | 275 | 175 | 66 | 0 | 42 | 107 | 32 | 40 | 70 | 60 |
| Binary | 10111101 | 1111101 | 110110 | 0 | 100010 | 1000111 | 11010 | 100000 | 111000 | 110000 |
Color Harmonies of #BD7D36
Complementary color
Monochromatic Colors of #BD7D36
Black with #BD7D36
Text Example
Text Example
White with #BD7D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7D36; }
p { color: rgb(189,125,54); }
H1.HeaderClassName
{
color: #BD7D36;
}
.AnyTagClassName
{
color: #BD7D36;
}
</style>
background-color css
<style>
a { background-color: #BD7D36; }
a { background-color: rgb(189,125,54); }
div.DivClassName
{
background-color: #BD7D36;
}
.BgClassName
{
background-color: #BD7D36;
}
</style>
border-color css
<style>
span { border-color: #BD7D36; }
span { border-color: rgb(189,125,54); }
td.TdClassName
{
border-color: #BD7D36;
}
.TagClassName
{
border-color: #BD7D36;
}
</style>