Shades of Meteor #BB722F
Tints of Meteor #BB722F
RGB
CMYK
RGB Variations
Color information
#BB722F (or 0xBB722F) is known color: Meteor. HEX triplet: BB, 72 and 2F. RGB value is (187,114,47). Sum of RGB (Red+Green+Blue) = 187+114+47=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 47 (18.75% from 255 or 13.51% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB722F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB722F is #448DD0. Grayscale: #808080. Windows color (decimal): -4492753 or 3109563. OLE color: 3109563.
HSL color Cylindrical-coordinate representation of color #BB722F: hue angle of 28.71º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB722F is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 114 | 47 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.27 |
| HSL | 28.71º | 0.6% | 0.46% | - |
| HSV(B) | 28.71º | 0.75% | 0.73% | - |
| XYZ | 27.02 | 22.8 | 5.67 | - |
| YUV | 128.19 | 82.18 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 114 | 47 | 0 | 0.39 | 0.75 | 0.27 | 28.71 | 0.6 | 0.46 |
| Hex | BB | 72 | 2F | 0 | 27 | 4B | 1B | 1D | 3C | 2E |
| Octal | 273 | 162 | 57 | 0 | 47 | 113 | 33 | 35 | 74 | 56 |
| Binary | 10111011 | 1110010 | 101111 | 0 | 100111 | 1001011 | 11011 | 11101 | 111100 | 101110 |
Color Harmonies of #BB722F
Complementary color
Monochromatic Colors of #BB722F
Black with #BB722F
Text Example
Text Example
White with #BB722F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB722F; }
p { color: rgb(187,114,47); }
H1.HeaderClassName
{
color: #BB722F;
}
.AnyTagClassName
{
color: #BB722F;
}
</style>
background-color css
<style>
a { background-color: #BB722F; }
a { background-color: rgb(187,114,47); }
div.DivClassName
{
background-color: #BB722F;
}
.BgClassName
{
background-color: #BB722F;
}
</style>
border-color css
<style>
span { border-color: #BB722F; }
span { border-color: rgb(187,114,47); }
td.TdClassName
{
border-color: #BB722F;
}
.TagClassName
{
border-color: #BB722F;
}
</style>