Shades of Meteor #B47534
Tints of Meteor #B47534
RGB
CMYK
RGB Variations
Color information
#B47534 (or 0xB47534) is known color: Meteor. HEX triplet: B4, 75 and 34. RGB value is (180,117,52). Sum of RGB (Red+Green+Blue) = 180+117+52=349 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.58% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 52 (20.70% from 255 or 14.90% from 349); Max value from RGB is 180 - color contains mainly: red. Hex color #B47534 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47534 is #4B8ACB. Grayscale: #808080. Windows color (decimal): -4950732 or 3438004. OLE color: 3438004.
HSL color Cylindrical-coordinate representation of color #B47534: hue angle of 30.47º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B47534 is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 117 | 52 | - |
| CMYK | 0 | 0.35 | 0.71 | 0.29 |
| HSL | 30.47º | 0.55% | 0.45% | - |
| HSV(B) | 30.47º | 0.71% | 0.71% | - |
| XYZ | 25.8 | 22.67 | 6.27 | - |
| YUV | 128.43 | 84.87 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 117 | 52 | 0 | 0.35 | 0.71 | 0.29 | 30.47 | 0.55 | 0.45 |
| Hex | B4 | 75 | 34 | 0 | 23 | 47 | 1D | 1E | 37 | 2D |
| Octal | 264 | 165 | 64 | 0 | 43 | 107 | 35 | 36 | 67 | 55 |
| Binary | 10110100 | 1110101 | 110100 | 0 | 100011 | 1000111 | 11101 | 11110 | 110111 | 101101 |
Color Harmonies of #B47534
Complementary color
Monochromatic Colors of #B47534
Black with #B47534
Text Example
Text Example
White with #B47534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47534; }
p { color: rgb(180,117,52); }
H1.HeaderClassName
{
color: #B47534;
}
.AnyTagClassName
{
color: #B47534;
}
</style>
background-color css
<style>
a { background-color: #B47534; }
a { background-color: rgb(180,117,52); }
div.DivClassName
{
background-color: #B47534;
}
.BgClassName
{
background-color: #B47534;
}
</style>
border-color css
<style>
span { border-color: #B47534; }
span { border-color: rgb(180,117,52); }
td.TdClassName
{
border-color: #B47534;
}
.TagClassName
{
border-color: #B47534;
}
</style>