Shades of Meteor #BB732C
Tints of Meteor #BB732C
RGB
CMYK
RGB Variations
Color information
#BB732C (or 0xBB732C) is known color: Meteor. HEX triplet: BB, 73 and 2C. RGB value is (187,115,44). Sum of RGB (Red+Green+Blue) = 187+115+44=346 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.05% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 44 (17.58% from 255 or 12.72% from 346); Max value from RGB is 187 - color contains mainly: red. Hex color #BB732C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB732C is #448CD3. Grayscale: #808080. Windows color (decimal): -4492500 or 2913211. OLE color: 2913211.
HSL color Cylindrical-coordinate representation of color #BB732C: hue angle of 29.79º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB732C is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 115 | 44 | - |
| CMYK | 0 | 0.39 | 0.76 | 0.27 |
| HSL | 29.79º | 0.62% | 0.45% | - |
| HSV(B) | 29.79º | 0.76% | 0.73% | - |
| XYZ | 27.08 | 23.01 | 5.4 | - |
| YUV | 128.43 | 80.35 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 115 | 44 | 0 | 0.39 | 0.76 | 0.27 | 29.79 | 0.62 | 0.45 |
| Hex | BB | 73 | 2C | 0 | 27 | 4C | 1B | 1E | 3E | 2D |
| Octal | 273 | 163 | 54 | 0 | 47 | 114 | 33 | 36 | 76 | 55 |
| Binary | 10111011 | 1110011 | 101100 | 0 | 100111 | 1001100 | 11011 | 11110 | 111110 | 101101 |
Color Harmonies of #BB732C
Complementary color
Monochromatic Colors of #BB732C
Black with #BB732C
Text Example
Text Example
White with #BB732C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB732C; }
p { color: rgb(187,115,44); }
H1.HeaderClassName
{
color: #BB732C;
}
.AnyTagClassName
{
color: #BB732C;
}
</style>
background-color css
<style>
a { background-color: #BB732C; }
a { background-color: rgb(187,115,44); }
div.DivClassName
{
background-color: #BB732C;
}
.BgClassName
{
background-color: #BB732C;
}
</style>
border-color css
<style>
span { border-color: #BB732C; }
span { border-color: rgb(187,115,44); }
td.TdClassName
{
border-color: #BB732C;
}
.TagClassName
{
border-color: #BB732C;
}
</style>