Shades of Meteor #B8752F
Tints of Meteor #B8752F
RGB
CMYK
RGB Variations
Color information
#B8752F (or 0xB8752F) is known color: Meteor. HEX triplet: B8, 75 and 2F. RGB value is (184,117,47). Sum of RGB (Red+Green+Blue) = 184+117+47=348 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.87% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 47 (18.75% from 255 or 13.51% from 348); Max value from RGB is 184 - color contains mainly: red. Hex color #B8752F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8752F is #478AD0. Grayscale: #818181. Windows color (decimal): -4688593 or 3110328. OLE color: 3110328.
HSL color Cylindrical-coordinate representation of color #B8752F: hue angle of 30.66º 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 #B8752F is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 117 | 47 | - |
| CMYK | 0 | 0.36 | 0.74 | 0.28 |
| HSL | 30.66º | 0.59% | 0.45% | - |
| HSV(B) | 30.66º | 0.74% | 0.72% | - |
| XYZ | 26.64 | 23.12 | 5.75 | - |
| YUV | 129.05 | 81.7 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 117 | 47 | 0 | 0.36 | 0.74 | 0.28 | 30.66 | 0.59 | 0.45 |
| Hex | B8 | 75 | 2F | 0 | 24 | 4A | 1C | 1F | 3B | 2D |
| Octal | 270 | 165 | 57 | 0 | 44 | 112 | 34 | 37 | 73 | 55 |
| Binary | 10111000 | 1110101 | 101111 | 0 | 100100 | 1001010 | 11100 | 11111 | 111011 | 101101 |
Color Harmonies of #B8752F
Complementary color
Monochromatic Colors of #B8752F
Black with #B8752F
Text Example
Text Example
White with #B8752F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8752F; }
p { color: rgb(184,117,47); }
H1.HeaderClassName
{
color: #B8752F;
}
.AnyTagClassName
{
color: #B8752F;
}
</style>
background-color css
<style>
a { background-color: #B8752F; }
a { background-color: rgb(184,117,47); }
div.DivClassName
{
background-color: #B8752F;
}
.BgClassName
{
background-color: #B8752F;
}
</style>
border-color css
<style>
span { border-color: #B8752F; }
span { border-color: rgb(184,117,47); }
td.TdClassName
{
border-color: #B8752F;
}
.TagClassName
{
border-color: #B8752F;
}
</style>