Shades of Meteor #BD7134
Tints of Meteor #BD7134
RGB
CMYK
RGB Variations
Color information
#BD7134 (or 0xBD7134) is known color: Meteor. HEX triplet: BD, 71 and 34. RGB value is (189,113,52). Sum of RGB (Red+Green+Blue) = 189+113+52=354 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.39% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 52 (20.70% from 255 or 14.69% from 354); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7134 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7134 is #428ECB. Grayscale: #818181. Windows color (decimal): -4361932 or 3436989. OLE color: 3436989.
HSL color Cylindrical-coordinate representation of color #BD7134: hue angle of 26.72º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD7134 is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 113 | 52 | - |
| CMYK | 0 | 0.40 | 0.72 | 0.26 |
| HSL | 26.72º | 0.57% | 0.47% | - |
| HSV(B) | 26.72º | 0.72% | 0.74% | - |
| XYZ | 27.51 | 22.88 | 6.21 | - |
| YUV | 128.77 | 84.68 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 113 | 52 | 0 | 0.40 | 0.72 | 0.26 | 26.72 | 0.57 | 0.47 |
| Hex | BD | 71 | 34 | 0 | 28 | 48 | 1A | 1B | 39 | 2F |
| Octal | 275 | 161 | 64 | 0 | 50 | 110 | 32 | 33 | 71 | 57 |
| Binary | 10111101 | 1110001 | 110100 | 0 | 101000 | 1001000 | 11010 | 11011 | 111001 | 101111 |
Color Harmonies of #BD7134
Complementary color
Monochromatic Colors of #BD7134
Black with #BD7134
Text Example
Text Example
White with #BD7134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7134; }
p { color: rgb(189,113,52); }
H1.HeaderClassName
{
color: #BD7134;
}
.AnyTagClassName
{
color: #BD7134;
}
</style>
background-color css
<style>
a { background-color: #BD7134; }
a { background-color: rgb(189,113,52); }
div.DivClassName
{
background-color: #BD7134;
}
.BgClassName
{
background-color: #BD7134;
}
</style>
border-color css
<style>
span { border-color: #BD7134; }
span { border-color: rgb(189,113,52); }
td.TdClassName
{
border-color: #BD7134;
}
.TagClassName
{
border-color: #BD7134;
}
</style>