Shades of Brass #BBA545
Tints of Brass #BBA545
RGB
CMYK
RGB Variations
Color information
#BBA545 (or 0xBBA545) is known color: Brass. HEX triplet: BB, A5 and 45. RGB value is (187,165,69). Sum of RGB (Red+Green+Blue) = 187+165+69=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 165 (64.84% from 255 or 39.19% from 421); Blue value is 69 (27.34% from 255 or 16.39% from 421); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA545 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA545 is #445ABA. Grayscale: #A1A1A1. Windows color (decimal): -4479675 or 4564411. OLE color: 4564411.
HSL color Cylindrical-coordinate representation of color #BBA545: hue angle of 48.81º 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 #BBA545 is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 165 | 69 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.27 |
| HSL | 48.81º | 0.46% | 0.5% | - |
| HSV(B) | 48.81º | 0.63% | 0.73% | - |
| XYZ | 35.02 | 37.9 | 11.1 | - |
| YUV | 160.63 | 76.29 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 165 | 69 | 0 | 0.12 | 0.63 | 0.27 | 48.81 | 0.46 | 0.5 |
| Hex | BB | A5 | 45 | 0 | C | 3F | 1B | 31 | 2E | 32 |
| Octal | 273 | 245 | 105 | 0 | 14 | 77 | 33 | 61 | 56 | 62 |
| Binary | 10111011 | 10100101 | 1000101 | 0 | 1100 | 111111 | 11011 | 110001 | 101110 | 110010 |
Color Harmonies of #BBA545
Complementary color
Monochromatic Colors of #BBA545
Black with #BBA545
Text Example
Text Example
White with #BBA545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA545; }
p { color: rgb(187,165,69); }
H1.HeaderClassName
{
color: #BBA545;
}
.AnyTagClassName
{
color: #BBA545;
}
</style>
background-color css
<style>
a { background-color: #BBA545; }
a { background-color: rgb(187,165,69); }
div.DivClassName
{
background-color: #BBA545;
}
.BgClassName
{
background-color: #BBA545;
}
</style>
border-color css
<style>
span { border-color: #BBA545; }
span { border-color: rgb(187,165,69); }
td.TdClassName
{
border-color: #BBA545;
}
.TagClassName
{
border-color: #BBA545;
}
</style>