Shades of Meteor #B76F2D
Tints of Meteor #B76F2D
RGB
CMYK
RGB Variations
Color information
#B76F2D (or 0xB76F2D) is known color: Meteor. HEX triplet: B7, 6F and 2D. RGB value is (183,111,45). Sum of RGB (Red+Green+Blue) = 183+111+45=339 (44% of max value = 765). Red value is 183 (71.88% from 255 or 53.98% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 45 (17.97% from 255 or 13.27% from 339); Max value from RGB is 183 - color contains mainly: red. Hex color #B76F2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76F2D is #4890D2. Grayscale: #7D7D7D. Windows color (decimal): -4755667 or 2977719. OLE color: 2977719.
HSL color Cylindrical-coordinate representation of color #B76F2D: hue angle of 28.7º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B76F2D is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 111 | 45 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.28 |
| HSL | 28.7º | 0.61% | 0.45% | - |
| HSV(B) | 28.7º | 0.75% | 0.72% | - |
| XYZ | 25.69 | 21.63 | 5.3 | - |
| YUV | 125 | 82.85 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 111 | 45 | 0 | 0.39 | 0.75 | 0.28 | 28.7 | 0.61 | 0.45 |
| Hex | B7 | 6F | 2D | 0 | 27 | 4B | 1C | 1D | 3D | 2D |
| Octal | 267 | 157 | 55 | 0 | 47 | 113 | 34 | 35 | 75 | 55 |
| Binary | 10110111 | 1101111 | 101101 | 0 | 100111 | 1001011 | 11100 | 11101 | 111101 | 101101 |
Color Harmonies of #B76F2D
Complementary color
Monochromatic Colors of #B76F2D
Black with #B76F2D
Text Example
Text Example
White with #B76F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76F2D; }
p { color: rgb(183,111,45); }
H1.HeaderClassName
{
color: #B76F2D;
}
.AnyTagClassName
{
color: #B76F2D;
}
</style>
background-color css
<style>
a { background-color: #B76F2D; }
a { background-color: rgb(183,111,45); }
div.DivClassName
{
background-color: #B76F2D;
}
.BgClassName
{
background-color: #B76F2D;
}
</style>
border-color css
<style>
span { border-color: #B76F2D; }
span { border-color: rgb(183,111,45); }
td.TdClassName
{
border-color: #B76F2D;
}
.TagClassName
{
border-color: #B76F2D;
}
</style>