Shades of Meteor #BD752C
Tints of Meteor #BD752C
RGB
CMYK
RGB Variations
Color information
#BD752C (or 0xBD752C) is known color: Meteor. HEX triplet: BD, 75 and 2C. RGB value is (189,117,44). Sum of RGB (Red+Green+Blue) = 189+117+44=350 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 189 - color contains mainly: red. Hex color #BD752C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD752C is #428AD3. Grayscale: #828282. Windows color (decimal): -4360916 or 2913725. OLE color: 2913725.
HSL color Cylindrical-coordinate representation of color #BD752C: hue angle of 30.21º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD752C is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 117 | 44 | - |
| CMYK | 0 | 0.38 | 0.77 | 0.26 |
| HSL | 30.21º | 0.62% | 0.46% | - |
| HSV(B) | 30.21º | 0.77% | 0.74% | - |
| XYZ | 27.8 | 23.72 | 5.5 | - |
| YUV | 130.21 | 79.35 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 117 | 44 | 0 | 0.38 | 0.77 | 0.26 | 30.21 | 0.62 | 0.46 |
| Hex | BD | 75 | 2C | 0 | 26 | 4D | 1A | 1E | 3E | 2E |
| Octal | 275 | 165 | 54 | 0 | 46 | 115 | 32 | 36 | 76 | 56 |
| Binary | 10111101 | 1110101 | 101100 | 0 | 100110 | 1001101 | 11010 | 11110 | 111110 | 101110 |
Color Harmonies of #BD752C
Complementary color
Monochromatic Colors of #BD752C
Black with #BD752C
Text Example
Text Example
White with #BD752C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD752C; }
p { color: rgb(189,117,44); }
H1.HeaderClassName
{
color: #BD752C;
}
.AnyTagClassName
{
color: #BD752C;
}
</style>
background-color css
<style>
a { background-color: #BD752C; }
a { background-color: rgb(189,117,44); }
div.DivClassName
{
background-color: #BD752C;
}
.BgClassName
{
background-color: #BD752C;
}
</style>
border-color css
<style>
span { border-color: #BD752C; }
span { border-color: rgb(189,117,44); }
td.TdClassName
{
border-color: #BD752C;
}
.TagClassName
{
border-color: #BD752C;
}
</style>