Shades of Meteor #B8732F
Tints of Meteor #B8732F
RGB
CMYK
RGB Variations
Color information
#B8732F (or 0xB8732F) is known color: Meteor. HEX triplet: B8, 73 and 2F. RGB value is (184,115,47). Sum of RGB (Red+Green+Blue) = 184+115+47=346 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.18% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 47 (18.75% from 255 or 13.58% from 346); Max value from RGB is 184 - color contains mainly: red. Hex color #B8732F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8732F is #478CD0. Grayscale: #808080. Windows color (decimal): -4689105 or 3109816. OLE color: 3109816.
HSL color Cylindrical-coordinate representation of color #B8732F: hue angle of 29.78º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B8732F is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 115 | 47 | - |
| CMYK | 0 | 0.38 | 0.74 | 0.28 |
| HSL | 29.78º | 0.59% | 0.45% | - |
| HSV(B) | 29.78º | 0.74% | 0.72% | - |
| XYZ | 26.41 | 22.66 | 5.67 | - |
| YUV | 127.88 | 82.36 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 115 | 47 | 0 | 0.38 | 0.74 | 0.28 | 29.78 | 0.59 | 0.45 |
| Hex | B8 | 73 | 2F | 0 | 26 | 4A | 1C | 1E | 3B | 2D |
| Octal | 270 | 163 | 57 | 0 | 46 | 112 | 34 | 36 | 73 | 55 |
| Binary | 10111000 | 1110011 | 101111 | 0 | 100110 | 1001010 | 11100 | 11110 | 111011 | 101101 |
Color Harmonies of #B8732F
Complementary color
Monochromatic Colors of #B8732F
Black with #B8732F
Text Example
Text Example
White with #B8732F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8732F; }
p { color: rgb(184,115,47); }
H1.HeaderClassName
{
color: #B8732F;
}
.AnyTagClassName
{
color: #B8732F;
}
</style>
background-color css
<style>
a { background-color: #B8732F; }
a { background-color: rgb(184,115,47); }
div.DivClassName
{
background-color: #B8732F;
}
.BgClassName
{
background-color: #B8732F;
}
</style>
border-color css
<style>
span { border-color: #B8732F; }
span { border-color: rgb(184,115,47); }
td.TdClassName
{
border-color: #B8732F;
}
.TagClassName
{
border-color: #B8732F;
}
</style>