Shades of Brass #BBB441
Tints of Brass #BBB441
RGB
CMYK
RGB Variations
Color information
#BBB441 (or 0xBBB441) is known color: Brass. HEX triplet: BB, B4 and 41. RGB value is (187,180,65). Sum of RGB (Red+Green+Blue) = 187+180+65=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 180 (70.70% from 255 or 41.67% from 432); Blue value is 65 (25.78% from 255 or 15.05% from 432); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB441 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB441 is #444BBE. Grayscale: #A9A9A9. Windows color (decimal): -4475839 or 4306107. OLE color: 4306107.
HSL color Cylindrical-coordinate representation of color #BBB441: hue angle of 56.56º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BBB441 is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 180 | 65 | - |
| CMYK | 0 | 0.04 | 0.65 | 0.27 |
| HSL | 56.56º | 0.48% | 0.49% | - |
| HSV(B) | 56.56º | 0.65% | 0.73% | - |
| XYZ | 37.77 | 43.59 | 11.42 | - |
| YUV | 168.98 | 69.32 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 180 | 65 | 0 | 0.04 | 0.65 | 0.27 | 56.56 | 0.48 | 0.49 |
| Hex | BB | B4 | 41 | 0 | 4 | 41 | 1B | 39 | 30 | 31 |
| Octal | 273 | 264 | 101 | 0 | 4 | 101 | 33 | 71 | 60 | 61 |
| Binary | 10111011 | 10110100 | 1000001 | 0 | 100 | 1000001 | 11011 | 111001 | 110000 | 110001 |
Color Harmonies of #BBB441
Complementary color
Monochromatic Colors of #BBB441
Black with #BBB441
Text Example
Text Example
White with #BBB441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB441; }
p { color: rgb(187,180,65); }
H1.HeaderClassName
{
color: #BBB441;
}
.AnyTagClassName
{
color: #BBB441;
}
</style>
background-color css
<style>
a { background-color: #BBB441; }
a { background-color: rgb(187,180,65); }
div.DivClassName
{
background-color: #BBB441;
}
.BgClassName
{
background-color: #BBB441;
}
</style>
border-color css
<style>
span { border-color: #BBB441; }
span { border-color: rgb(187,180,65); }
td.TdClassName
{
border-color: #BBB441;
}
.TagClassName
{
border-color: #BBB441;
}
</style>