Shades of Meteor #B67733
Tints of Meteor #B67733
RGB
CMYK
RGB Variations
Color information
#B67733 (or 0xB67733) is known color: Meteor. HEX triplet: B6, 77 and 33. RGB value is (182,119,51). Sum of RGB (Red+Green+Blue) = 182+119+51=352 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.70% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 51 (20.31% from 255 or 14.49% from 352); Max value from RGB is 182 - color contains mainly: red. Hex color #B67733 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67733 is #4988CC. Grayscale: #828282. Windows color (decimal): -4819149 or 3372982. OLE color: 3372982.
HSL color Cylindrical-coordinate representation of color #B67733: hue angle of 31.15º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B67733 is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
RGB | 182 | 119 | 51 | - |
CMYK | 0 | 0.35 | 0.72 | 0.29 |
HSL | 31.15º | 0.56% | 0.46% | - |
HSV(B) | 31.15º | 0.72% | 0.71% | - |
XYZ | 26.49 | 23.38 | 6.25 | - |
YUV | 130.09 | 83.37 | 165.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 119 | 51 | 0 | 0.35 | 0.72 | 0.29 | 31.15 | 0.56 | 0.46 |
Hex | B6 | 77 | 33 | 0 | 23 | 48 | 1D | 1F | 38 | 2E |
Octal | 266 | 167 | 63 | 0 | 43 | 110 | 35 | 37 | 70 | 56 |
Binary | 10110110 | 1110111 | 110011 | 0 | 100011 | 1001000 | 11101 | 11111 | 111000 | 101110 |
Color Harmonies of #B67733
Complementary color
Monochromatic Colors of #B67733
Black with #B67733
Text Example
Text Example
White with #B67733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67733; }
p { color: rgb(182,119,51); }
H1.HeaderClassName
{
color: #B67733;
}
.AnyTagClassName
{
color: #B67733;
}
</style>
background-color css
<style>
a { background-color: #B67733; }
a { background-color: rgb(182,119,51); }
div.DivClassName
{
background-color: #B67733;
}
.BgClassName
{
background-color: #B67733;
}
</style>
border-color css
<style>
span { border-color: #B67733; }
span { border-color: rgb(182,119,51); }
td.TdClassName
{
border-color: #B67733;
}
.TagClassName
{
border-color: #B67733;
}
</style>