Shades of Brass #BBB447
Tints of Brass #BBB447
RGB
CMYK
RGB Variations
Color information
#BBB447 (or 0xBBB447) is known color: Brass. HEX triplet: BB, B4 and 47. RGB value is (187,180,71). Sum of RGB (Red+Green+Blue) = 187+180+71=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 180 (70.70% from 255 or 41.10% from 438); Blue value is 71 (28.12% from 255 or 16.21% from 438); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB447 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB447 is #444BB8. Grayscale: #AAAAAA. Windows color (decimal): -4475833 or 4699323. OLE color: 4699323.
HSL color Cylindrical-coordinate representation of color #BBB447: hue angle of 56.38º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BBB447 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 180 | 71 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.27 |
| HSL | 56.38º | 0.46% | 0.51% | - |
| HSV(B) | 56.38º | 0.62% | 0.73% | - |
| XYZ | 37.95 | 43.66 | 12.39 | - |
| YUV | 169.67 | 72.32 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 180 | 71 | 0 | 0.04 | 0.62 | 0.27 | 56.38 | 0.46 | 0.51 |
| Hex | BB | B4 | 47 | 0 | 4 | 3E | 1B | 38 | 2E | 33 |
| Octal | 273 | 264 | 107 | 0 | 4 | 76 | 33 | 70 | 56 | 63 |
| Binary | 10111011 | 10110100 | 1000111 | 0 | 100 | 111110 | 11011 | 111000 | 101110 | 110011 |
Color Harmonies of #BBB447
Complementary color
Monochromatic Colors of #BBB447
Black with #BBB447
Text Example
Text Example
White with #BBB447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB447; }
p { color: rgb(187,180,71); }
H1.HeaderClassName
{
color: #BBB447;
}
.AnyTagClassName
{
color: #BBB447;
}
</style>
background-color css
<style>
a { background-color: #BBB447; }
a { background-color: rgb(187,180,71); }
div.DivClassName
{
background-color: #BBB447;
}
.BgClassName
{
background-color: #BBB447;
}
</style>
border-color css
<style>
span { border-color: #BBB447; }
span { border-color: rgb(187,180,71); }
td.TdClassName
{
border-color: #BBB447;
}
.TagClassName
{
border-color: #BBB447;
}
</style>