Shades of Meteor #B4732F
Tints of Meteor #B4732F
RGB
CMYK
RGB Variations
Color information
#B4732F (or 0xB4732F) is known color: Meteor. HEX triplet: B4, 73 and 2F. RGB value is (180,115,47). Sum of RGB (Red+Green+Blue) = 180+115+47=342 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.63% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 47 (18.75% from 255 or 13.74% from 342); Max value from RGB is 180 - color contains mainly: red. Hex color #B4732F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4732F is #4B8CD0. Grayscale: #7F7F7F. Windows color (decimal): -4951249 or 3109812. OLE color: 3109812.
HSL color Cylindrical-coordinate representation of color #B4732F: hue angle of 30.68º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B4732F is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 115 | 47 | - |
| CMYK | 0 | 0.36 | 0.74 | 0.29 |
| HSL | 30.68º | 0.59% | 0.45% | - |
| HSV(B) | 30.68º | 0.74% | 0.71% | - |
| XYZ | 25.47 | 22.17 | 5.63 | - |
| YUV | 126.68 | 83.03 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 115 | 47 | 0 | 0.36 | 0.74 | 0.29 | 30.68 | 0.59 | 0.45 |
| Hex | B4 | 73 | 2F | 0 | 24 | 4A | 1D | 1F | 3B | 2D |
| Octal | 264 | 163 | 57 | 0 | 44 | 112 | 35 | 37 | 73 | 55 |
| Binary | 10110100 | 1110011 | 101111 | 0 | 100100 | 1001010 | 11101 | 11111 | 111011 | 101101 |
Color Harmonies of #B4732F
Complementary color
Monochromatic Colors of #B4732F
Black with #B4732F
Text Example
Text Example
White with #B4732F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4732F; }
p { color: rgb(180,115,47); }
H1.HeaderClassName
{
color: #B4732F;
}
.AnyTagClassName
{
color: #B4732F;
}
</style>
background-color css
<style>
a { background-color: #B4732F; }
a { background-color: rgb(180,115,47); }
div.DivClassName
{
background-color: #B4732F;
}
.BgClassName
{
background-color: #B4732F;
}
</style>
border-color css
<style>
span { border-color: #B4732F; }
span { border-color: rgb(180,115,47); }
td.TdClassName
{
border-color: #B4732F;
}
.TagClassName
{
border-color: #B4732F;
}
</style>