Shades of Meteor #B67430
Tints of Meteor #B67430
RGB
CMYK
RGB Variations
Color information
#B67430 (or 0xB67430) is known color: Meteor. HEX triplet: B6, 74 and 30. RGB value is (182,116,48). Sum of RGB (Red+Green+Blue) = 182+116+48=346 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.60% from 346); Green value is 116 (45.70% from 255 or 33.53% from 346); Blue value is 48 (19.14% from 255 or 13.87% from 346); Max value from RGB is 182 - color contains mainly: red. Hex color #B67430 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67430 is #498BCF. Grayscale: #808080. Windows color (decimal): -4819920 or 3175606. OLE color: 3175606.
HSL color Cylindrical-coordinate representation of color #B67430: hue angle of 30.45º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B67430 is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 116 | 48 | - |
| CMYK | 0 | 0.36 | 0.74 | 0.29 |
| HSL | 30.45º | 0.58% | 0.45% | - |
| HSV(B) | 30.45º | 0.74% | 0.71% | - |
| XYZ | 26.07 | 22.65 | 5.79 | - |
| YUV | 127.98 | 82.87 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 116 | 48 | 0 | 0.36 | 0.74 | 0.29 | 30.45 | 0.58 | 0.45 |
| Hex | B6 | 74 | 30 | 0 | 24 | 4A | 1D | 1E | 3A | 2D |
| Octal | 266 | 164 | 60 | 0 | 44 | 112 | 35 | 36 | 72 | 55 |
| Binary | 10110110 | 1110100 | 110000 | 0 | 100100 | 1001010 | 11101 | 11110 | 111010 | 101101 |
Color Harmonies of #B67430
Complementary color
Monochromatic Colors of #B67430
Black with #B67430
Text Example
Text Example
White with #B67430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67430; }
p { color: rgb(182,116,48); }
H1.HeaderClassName
{
color: #B67430;
}
.AnyTagClassName
{
color: #B67430;
}
</style>
background-color css
<style>
a { background-color: #B67430; }
a { background-color: rgb(182,116,48); }
div.DivClassName
{
background-color: #B67430;
}
.BgClassName
{
background-color: #B67430;
}
</style>
border-color css
<style>
span { border-color: #B67430; }
span { border-color: rgb(182,116,48); }
td.TdClassName
{
border-color: #B67430;
}
.TagClassName
{
border-color: #B67430;
}
</style>