Shades of Meteor #BD752D
Tints of Meteor #BD752D
RGB
CMYK
RGB Variations
Color information
#BD752D (or 0xBD752D) is known color: Meteor. HEX triplet: BD, 75 and 2D. RGB value is (189,117,45). Sum of RGB (Red+Green+Blue) = 189+117+45=351 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.85% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 45 (17.97% from 255 or 12.82% from 351); Max value from RGB is 189 - color contains mainly: red. Hex color #BD752D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD752D is #428AD2. Grayscale: #828282. Windows color (decimal): -4360915 or 2979261. OLE color: 2979261.
HSL color Cylindrical-coordinate representation of color #BD752D: hue angle of 30º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD752D is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 117 | 45 | - |
| CMYK | 0 | 0.38 | 0.76 | 0.26 |
| HSL | 30º | 0.62% | 0.46% | - |
| HSV(B) | 30º | 0.76% | 0.74% | - |
| XYZ | 27.82 | 23.73 | 5.6 | - |
| YUV | 130.32 | 79.85 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 117 | 45 | 0 | 0.38 | 0.76 | 0.26 | 30 | 0.62 | 0.46 |
| Hex | BD | 75 | 2D | 0 | 26 | 4C | 1A | 1E | 3E | 2E |
| Octal | 275 | 165 | 55 | 0 | 46 | 114 | 32 | 36 | 76 | 56 |
| Binary | 10111101 | 1110101 | 101101 | 0 | 100110 | 1001100 | 11010 | 11110 | 111110 | 101110 |
Color Harmonies of #BD752D
Complementary color
Monochromatic Colors of #BD752D
Black with #BD752D
Text Example
Text Example
White with #BD752D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD752D; }
p { color: rgb(189,117,45); }
H1.HeaderClassName
{
color: #BD752D;
}
.AnyTagClassName
{
color: #BD752D;
}
</style>
background-color css
<style>
a { background-color: #BD752D; }
a { background-color: rgb(189,117,45); }
div.DivClassName
{
background-color: #BD752D;
}
.BgClassName
{
background-color: #BD752D;
}
</style>
border-color css
<style>
span { border-color: #BD752D; }
span { border-color: rgb(189,117,45); }
td.TdClassName
{
border-color: #BD752D;
}
.TagClassName
{
border-color: #BD752D;
}
</style>