Shades of Meteor #B76F29
Tints of Meteor #B76F29
RGB
CMYK
RGB Variations
Color information
#B76F29 (or 0xB76F29) is known color: Meteor. HEX triplet: B7, 6F and 29. RGB value is (183,111,41). Sum of RGB (Red+Green+Blue) = 183+111+41=335 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.63% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 41 (16.41% from 255 or 12.24% from 335); Max value from RGB is 183 - color contains mainly: red. Hex color #B76F29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76F29 is #4890D6. Grayscale: #7C7C7C. Windows color (decimal): -4755671 or 2715575. OLE color: 2715575.
HSL color Cylindrical-coordinate representation of color #B76F29: hue angle of 29.58º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B76F29 is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 111 | 41 | - |
| CMYK | 0 | 0.39 | 0.78 | 0.28 |
| HSL | 29.58º | 0.63% | 0.44% | - |
| HSV(B) | 29.58º | 0.78% | 0.72% | - |
| XYZ | 25.61 | 21.6 | 4.92 | - |
| YUV | 124.55 | 80.85 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 111 | 41 | 0 | 0.39 | 0.78 | 0.28 | 29.58 | 0.63 | 0.44 |
| Hex | B7 | 6F | 29 | 0 | 27 | 4E | 1C | 1E | 3F | 2C |
| Octal | 267 | 157 | 51 | 0 | 47 | 116 | 34 | 36 | 77 | 54 |
| Binary | 10110111 | 1101111 | 101001 | 0 | 100111 | 1001110 | 11100 | 11110 | 111111 | 101100 |
Color Harmonies of #B76F29
Complementary color
Monochromatic Colors of #B76F29
Black with #B76F29
Text Example
Text Example
White with #B76F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76F29; }
p { color: rgb(183,111,41); }
H1.HeaderClassName
{
color: #B76F29;
}
.AnyTagClassName
{
color: #B76F29;
}
</style>
background-color css
<style>
a { background-color: #B76F29; }
a { background-color: rgb(183,111,41); }
div.DivClassName
{
background-color: #B76F29;
}
.BgClassName
{
background-color: #B76F29;
}
</style>
border-color css
<style>
span { border-color: #B76F29; }
span { border-color: rgb(183,111,41); }
td.TdClassName
{
border-color: #B76F29;
}
.TagClassName
{
border-color: #B76F29;
}
</style>