Shades of Meteor #BB732B
Tints of Meteor #BB732B
RGB
CMYK
RGB Variations
Color information
#BB732B (or 0xBB732B) is known color: Meteor. HEX triplet: BB, 73 and 2B. RGB value is (187,115,43). Sum of RGB (Red+Green+Blue) = 187+115+43=345 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.20% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 43 (17.19% from 255 or 12.46% from 345); Max value from RGB is 187 - color contains mainly: red. Hex color #BB732B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB732B is #448CD4. Grayscale: #808080. Windows color (decimal): -4492501 or 2847675. OLE color: 2847675.
HSL color Cylindrical-coordinate representation of color #BB732B: hue angle of 30º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BB732B is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 115 | 43 | - |
| CMYK | 0 | 0.39 | 0.77 | 0.27 |
| HSL | 30º | 0.63% | 0.45% | - |
| HSV(B) | 30º | 0.77% | 0.73% | - |
| XYZ | 27.06 | 23 | 5.3 | - |
| YUV | 128.32 | 79.85 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 115 | 43 | 0 | 0.39 | 0.77 | 0.27 | 30 | 0.63 | 0.45 |
| Hex | BB | 73 | 2B | 0 | 27 | 4D | 1B | 1E | 3F | 2D |
| Octal | 273 | 163 | 53 | 0 | 47 | 115 | 33 | 36 | 77 | 55 |
| Binary | 10111011 | 1110011 | 101011 | 0 | 100111 | 1001101 | 11011 | 11110 | 111111 | 101101 |
Color Harmonies of #BB732B
Complementary color
Monochromatic Colors of #BB732B
Black with #BB732B
Text Example
Text Example
White with #BB732B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB732B; }
p { color: rgb(187,115,43); }
H1.HeaderClassName
{
color: #BB732B;
}
.AnyTagClassName
{
color: #BB732B;
}
</style>
background-color css
<style>
a { background-color: #BB732B; }
a { background-color: rgb(187,115,43); }
div.DivClassName
{
background-color: #BB732B;
}
.BgClassName
{
background-color: #BB732B;
}
</style>
border-color css
<style>
span { border-color: #BB732B; }
span { border-color: rgb(187,115,43); }
td.TdClassName
{
border-color: #BB732B;
}
.TagClassName
{
border-color: #BB732B;
}
</style>