Shades of Brass #BBB545
Tints of Brass #BBB545
RGB
CMYK
RGB Variations
Color information
#BBB545 (or 0xBBB545) is known color: Brass. HEX triplet: BB, B5 and 45. RGB value is (187,181,69). Sum of RGB (Red+Green+Blue) = 187+181+69=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 181 (71.09% from 255 or 41.42% from 437); Blue value is 69 (27.34% from 255 or 15.79% from 437); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB545 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB545 is #444ABA. Grayscale: #AAAAAA. Windows color (decimal): -4475579 or 4568507. OLE color: 4568507.
HSL color Cylindrical-coordinate representation of color #BBB545: hue angle of 56.95º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BBB545 is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 181 | 69 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.27 |
| HSL | 56.95º | 0.46% | 0.5% | - |
| HSV(B) | 56.95º | 0.63% | 0.73% | - |
| XYZ | 38.09 | 44.04 | 12.12 | - |
| YUV | 170.03 | 70.99 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 181 | 69 | 0 | 0.03 | 0.63 | 0.27 | 56.95 | 0.46 | 0.5 |
| Hex | BB | B5 | 45 | 0 | 3 | 3F | 1B | 39 | 2E | 32 |
| Octal | 273 | 265 | 105 | 0 | 3 | 77 | 33 | 71 | 56 | 62 |
| Binary | 10111011 | 10110101 | 1000101 | 0 | 11 | 111111 | 11011 | 111001 | 101110 | 110010 |
Color Harmonies of #BBB545
Complementary color
Monochromatic Colors of #BBB545
Black with #BBB545
Text Example
Text Example
White with #BBB545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB545; }
p { color: rgb(187,181,69); }
H1.HeaderClassName
{
color: #BBB545;
}
.AnyTagClassName
{
color: #BBB545;
}
</style>
background-color css
<style>
a { background-color: #BBB545; }
a { background-color: rgb(187,181,69); }
div.DivClassName
{
background-color: #BBB545;
}
.BgClassName
{
background-color: #BBB545;
}
</style>
border-color css
<style>
span { border-color: #BBB545; }
span { border-color: rgb(187,181,69); }
td.TdClassName
{
border-color: #BBB545;
}
.TagClassName
{
border-color: #BBB545;
}
</style>