Shades of Meteor #BB752D
Tints of Meteor #BB752D
RGB
CMYK
RGB Variations
Color information
#BB752D (or 0xBB752D) is known color: Meteor. HEX triplet: BB, 75 and 2D. RGB value is (187,117,45). Sum of RGB (Red+Green+Blue) = 187+117+45=349 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.58% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 45 (17.97% from 255 or 12.89% from 349); Max value from RGB is 187 - color contains mainly: red. Hex color #BB752D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB752D is #448AD2. Grayscale: #828282. Windows color (decimal): -4491987 or 2979259. OLE color: 2979259.
HSL color Cylindrical-coordinate representation of color #BB752D: hue angle of 30.42º degrees, saturation: 0.61, 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 #BB752D is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 117 | 45 | - |
| CMYK | 0 | 0.37 | 0.76 | 0.27 |
| HSL | 30.42º | 0.61% | 0.45% | - |
| HSV(B) | 30.42º | 0.76% | 0.73% | - |
| XYZ | 27.33 | 23.48 | 5.57 | - |
| YUV | 129.72 | 80.19 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 117 | 45 | 0 | 0.37 | 0.76 | 0.27 | 30.42 | 0.61 | 0.45 |
| Hex | BB | 75 | 2D | 0 | 25 | 4C | 1B | 1E | 3D | 2D |
| Octal | 273 | 165 | 55 | 0 | 45 | 114 | 33 | 36 | 75 | 55 |
| Binary | 10111011 | 1110101 | 101101 | 0 | 100101 | 1001100 | 11011 | 11110 | 111101 | 101101 |
Color Harmonies of #BB752D
Complementary color
Monochromatic Colors of #BB752D
Black with #BB752D
Text Example
Text Example
White with #BB752D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB752D; }
p { color: rgb(187,117,45); }
H1.HeaderClassName
{
color: #BB752D;
}
.AnyTagClassName
{
color: #BB752D;
}
</style>
background-color css
<style>
a { background-color: #BB752D; }
a { background-color: rgb(187,117,45); }
div.DivClassName
{
background-color: #BB752D;
}
.BgClassName
{
background-color: #BB752D;
}
</style>
border-color css
<style>
span { border-color: #BB752D; }
span { border-color: rgb(187,117,45); }
td.TdClassName
{
border-color: #BB752D;
}
.TagClassName
{
border-color: #BB752D;
}
</style>