Shades of Meteor #BD7838
Tints of Meteor #BD7838
RGB
CMYK
RGB Variations
Color information
#BD7838 (or 0xBD7838) is known color: Meteor. HEX triplet: BD, 78 and 38. RGB value is (189,120,56). Sum of RGB (Red+Green+Blue) = 189+120+56=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 120 (47.27% from 255 or 32.88% from 365); Blue value is 56 (22.27% from 255 or 15.34% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7838 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7838 is #4287C7. Grayscale: #858585. Windows color (decimal): -4360136 or 3700925. OLE color: 3700925.
HSL color Cylindrical-coordinate representation of color #BD7838: hue angle of 28.87º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD7838 is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 120 | 56 | - |
| CMYK | 0 | 0.37 | 0.70 | 0.26 |
| HSL | 28.87º | 0.54% | 0.48% | - |
| HSV(B) | 28.87º | 0.7% | 0.74% | - |
| XYZ | 28.42 | 24.54 | 6.98 | - |
| YUV | 133.34 | 84.36 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 120 | 56 | 0 | 0.37 | 0.70 | 0.26 | 28.87 | 0.54 | 0.48 |
| Hex | BD | 78 | 38 | 0 | 25 | 46 | 1A | 1D | 36 | 30 |
| Octal | 275 | 170 | 70 | 0 | 45 | 106 | 32 | 35 | 66 | 60 |
| Binary | 10111101 | 1111000 | 111000 | 0 | 100101 | 1000110 | 11010 | 11101 | 110110 | 110000 |
Color Harmonies of #BD7838
Complementary color
Monochromatic Colors of #BD7838
Black with #BD7838
Text Example
Text Example
White with #BD7838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7838; }
p { color: rgb(189,120,56); }
H1.HeaderClassName
{
color: #BD7838;
}
.AnyTagClassName
{
color: #BD7838;
}
</style>
background-color css
<style>
a { background-color: #BD7838; }
a { background-color: rgb(189,120,56); }
div.DivClassName
{
background-color: #BD7838;
}
.BgClassName
{
background-color: #BD7838;
}
</style>
border-color css
<style>
span { border-color: #BD7838; }
span { border-color: rgb(189,120,56); }
td.TdClassName
{
border-color: #BD7838;
}
.TagClassName
{
border-color: #BD7838;
}
</style>