Shades of Meteor #B8742D
Tints of Meteor #B8742D
RGB
CMYK
RGB Variations
Color information
#B8742D (or 0xB8742D) is known color: Meteor. HEX triplet: B8, 74 and 2D. RGB value is (184,116,45). Sum of RGB (Red+Green+Blue) = 184+116+45=345 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.33% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 45 (17.97% from 255 or 13.04% from 345); Max value from RGB is 184 - color contains mainly: red. Hex color #B8742D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8742D is #478BD2. Grayscale: #808080. Windows color (decimal): -4688851 or 2979000. OLE color: 2979000.
HSL color Cylindrical-coordinate representation of color #B8742D: hue angle of 30.65º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B8742D is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 116 | 45 | - |
| CMYK | 0 | 0.37 | 0.76 | 0.28 |
| HSL | 30.65º | 0.61% | 0.45% | - |
| HSV(B) | 30.65º | 0.76% | 0.72% | - |
| XYZ | 26.49 | 22.87 | 5.5 | - |
| YUV | 128.24 | 81.03 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 116 | 45 | 0 | 0.37 | 0.76 | 0.28 | 30.65 | 0.61 | 0.45 |
| Hex | B8 | 74 | 2D | 0 | 25 | 4C | 1C | 1F | 3D | 2D |
| Octal | 270 | 164 | 55 | 0 | 45 | 114 | 34 | 37 | 75 | 55 |
| Binary | 10111000 | 1110100 | 101101 | 0 | 100101 | 1001100 | 11100 | 11111 | 111101 | 101101 |
Color Harmonies of #B8742D
Complementary color
Monochromatic Colors of #B8742D
Black with #B8742D
Text Example
Text Example
White with #B8742D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8742D; }
p { color: rgb(184,116,45); }
H1.HeaderClassName
{
color: #B8742D;
}
.AnyTagClassName
{
color: #B8742D;
}
</style>
background-color css
<style>
a { background-color: #B8742D; }
a { background-color: rgb(184,116,45); }
div.DivClassName
{
background-color: #B8742D;
}
.BgClassName
{
background-color: #B8742D;
}
</style>
border-color css
<style>
span { border-color: #B8742D; }
span { border-color: rgb(184,116,45); }
td.TdClassName
{
border-color: #B8742D;
}
.TagClassName
{
border-color: #B8742D;
}
</style>