Shades of Meteor #B76D28
Tints of Meteor #B76D28
RGB
CMYK
RGB Variations
Color information
#B76D28 (or 0xB76D28) is known color: Meteor. HEX triplet: B7, 6D and 28. RGB value is (183,109,40). Sum of RGB (Red+Green+Blue) = 183+109+40=332 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.12% from 332); Green value is 109 (42.97% from 255 or 32.83% from 332); Blue value is 40 (16.02% from 255 or 12.05% from 332); Max value from RGB is 183 - color contains mainly: red. Hex color #B76D28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76D28 is #4892D7. Grayscale: #7B7B7B. Windows color (decimal): -4756184 or 2649527. OLE color: 2649527.
HSL color Cylindrical-coordinate representation of color #B76D28: hue angle of 28.95º degrees, saturation: 0.64, 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 #B76D28 is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 109 | 40 | - |
| CMYK | 0 | 0.40 | 0.78 | 0.28 |
| HSL | 28.95º | 0.64% | 0.44% | - |
| HSV(B) | 28.95º | 0.78% | 0.72% | - |
| XYZ | 25.38 | 21.16 | 4.75 | - |
| YUV | 123.26 | 81.02 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 109 | 40 | 0 | 0.40 | 0.78 | 0.28 | 28.95 | 0.64 | 0.44 |
| Hex | B7 | 6D | 28 | 0 | 28 | 4E | 1C | 1D | 40 | 2C |
| Octal | 267 | 155 | 50 | 0 | 50 | 116 | 34 | 35 | 100 | 54 |
| Binary | 10110111 | 1101101 | 101000 | 0 | 101000 | 1001110 | 11100 | 11101 | 1000000 | 101100 |
Color Harmonies of #B76D28
Complementary color
Monochromatic Colors of #B76D28
Black with #B76D28
Text Example
Text Example
White with #B76D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76D28; }
p { color: rgb(183,109,40); }
H1.HeaderClassName
{
color: #B76D28;
}
.AnyTagClassName
{
color: #B76D28;
}
</style>
background-color css
<style>
a { background-color: #B76D28; }
a { background-color: rgb(183,109,40); }
div.DivClassName
{
background-color: #B76D28;
}
.BgClassName
{
background-color: #B76D28;
}
</style>
border-color css
<style>
span { border-color: #B76D28; }
span { border-color: rgb(183,109,40); }
td.TdClassName
{
border-color: #B76D28;
}
.TagClassName
{
border-color: #B76D28;
}
</style>