Shades of Brass #BBA443
Tints of Brass #BBA443
RGB
CMYK
RGB Variations
Color information
#BBA443 (or 0xBBA443) is known color: Brass. HEX triplet: BB, A4 and 43. RGB value is (187,164,67). Sum of RGB (Red+Green+Blue) = 187+164+67=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 164 (64.45% from 255 or 39.23% from 418); Blue value is 67 (26.56% from 255 or 16.03% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA443 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA443 is #445BBC. Grayscale: #A0A0A0. Windows color (decimal): -4479933 or 4433083. OLE color: 4433083.
HSL color Cylindrical-coordinate representation of color #BBA443: hue angle of 48.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BBA443 is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 164 | 67 | - |
| CMYK | 0 | 0.12 | 0.64 | 0.27 |
| HSL | 48.5º | 0.47% | 0.5% | - |
| HSV(B) | 48.5º | 0.64% | 0.73% | - |
| XYZ | 34.78 | 37.52 | 10.72 | - |
| YUV | 159.82 | 75.62 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 164 | 67 | 0 | 0.12 | 0.64 | 0.27 | 48.5 | 0.47 | 0.5 |
| Hex | BB | A4 | 43 | 0 | C | 40 | 1B | 30 | 2F | 32 |
| Octal | 273 | 244 | 103 | 0 | 14 | 100 | 33 | 60 | 57 | 62 |
| Binary | 10111011 | 10100100 | 1000011 | 0 | 1100 | 1000000 | 11011 | 110000 | 101111 | 110010 |
Color Harmonies of #BBA443
Complementary color
Monochromatic Colors of #BBA443
Black with #BBA443
Text Example
Text Example
White with #BBA443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA443; }
p { color: rgb(187,164,67); }
H1.HeaderClassName
{
color: #BBA443;
}
.AnyTagClassName
{
color: #BBA443;
}
</style>
background-color css
<style>
a { background-color: #BBA443; }
a { background-color: rgb(187,164,67); }
div.DivClassName
{
background-color: #BBA443;
}
.BgClassName
{
background-color: #BBA443;
}
</style>
border-color css
<style>
span { border-color: #BBA443; }
span { border-color: rgb(187,164,67); }
td.TdClassName
{
border-color: #BBA443;
}
.TagClassName
{
border-color: #BBA443;
}
</style>