Shades of Meteor #B76F2B
Tints of Meteor #B76F2B
RGB
CMYK
RGB Variations
Color information
#B76F2B (or 0xB76F2B) is known color: Meteor. HEX triplet: B7, 6F and 2B. RGB value is (183,111,43). Sum of RGB (Red+Green+Blue) = 183+111+43=337 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.30% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 43 (17.19% from 255 or 12.76% from 337); Max value from RGB is 183 - color contains mainly: red. Hex color #B76F2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76F2B is #4890D4. Grayscale: #7D7D7D. Windows color (decimal): -4755669 or 2846647. OLE color: 2846647.
HSL color Cylindrical-coordinate representation of color #B76F2B: hue angle of 29.14º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B76F2B is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 111 | 43 | - |
| CMYK | 0 | 0.39 | 0.77 | 0.28 |
| HSL | 29.14º | 0.62% | 0.44% | - |
| HSV(B) | 29.14º | 0.77% | 0.72% | - |
| XYZ | 25.65 | 21.61 | 5.1 | - |
| YUV | 124.78 | 81.85 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 111 | 43 | 0 | 0.39 | 0.77 | 0.28 | 29.14 | 0.62 | 0.44 |
| Hex | B7 | 6F | 2B | 0 | 27 | 4D | 1C | 1D | 3E | 2C |
| Octal | 267 | 157 | 53 | 0 | 47 | 115 | 34 | 35 | 76 | 54 |
| Binary | 10110111 | 1101111 | 101011 | 0 | 100111 | 1001101 | 11100 | 11101 | 111110 | 101100 |
Color Harmonies of #B76F2B
Complementary color
Monochromatic Colors of #B76F2B
Black with #B76F2B
Text Example
Text Example
White with #B76F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76F2B; }
p { color: rgb(183,111,43); }
H1.HeaderClassName
{
color: #B76F2B;
}
.AnyTagClassName
{
color: #B76F2B;
}
</style>
background-color css
<style>
a { background-color: #B76F2B; }
a { background-color: rgb(183,111,43); }
div.DivClassName
{
background-color: #B76F2B;
}
.BgClassName
{
background-color: #B76F2B;
}
</style>
border-color css
<style>
span { border-color: #B76F2B; }
span { border-color: rgb(183,111,43); }
td.TdClassName
{
border-color: #B76F2B;
}
.TagClassName
{
border-color: #B76F2B;
}
</style>