Shades of Brass #BBA841
Tints of Brass #BBA841
RGB
CMYK
RGB Variations
Color information
#BBA841 (or 0xBBA841) is known color: Brass. HEX triplet: BB, A8 and 41. RGB value is (187,168,65). Sum of RGB (Red+Green+Blue) = 187+168+65=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 168 (66.02% from 255 or 40% from 420); Blue value is 65 (25.78% from 255 or 15.48% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA841 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA841 is #4457BE. Grayscale: #A2A2A2. Windows color (decimal): -4478911 or 4303035. OLE color: 4303035.
HSL color Cylindrical-coordinate representation of color #BBA841: hue angle of 50.66º 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 #BBA841 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 168 | 65 | - |
| CMYK | 0 | 0.10 | 0.65 | 0.27 |
| HSL | 50.66º | 0.48% | 0.49% | - |
| HSV(B) | 50.66º | 0.65% | 0.73% | - |
| XYZ | 35.45 | 38.95 | 10.65 | - |
| YUV | 161.94 | 73.29 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 168 | 65 | 0 | 0.10 | 0.65 | 0.27 | 50.66 | 0.48 | 0.49 |
| Hex | BB | A8 | 41 | 0 | A | 41 | 1B | 33 | 30 | 31 |
| Octal | 273 | 250 | 101 | 0 | 12 | 101 | 33 | 63 | 60 | 61 |
| Binary | 10111011 | 10101000 | 1000001 | 0 | 1010 | 1000001 | 11011 | 110011 | 110000 | 110001 |
Color Harmonies of #BBA841
Complementary color
Monochromatic Colors of #BBA841
Black with #BBA841
Text Example
Text Example
White with #BBA841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA841; }
p { color: rgb(187,168,65); }
H1.HeaderClassName
{
color: #BBA841;
}
.AnyTagClassName
{
color: #BBA841;
}
</style>
background-color css
<style>
a { background-color: #BBA841; }
a { background-color: rgb(187,168,65); }
div.DivClassName
{
background-color: #BBA841;
}
.BgClassName
{
background-color: #BBA841;
}
</style>
border-color css
<style>
span { border-color: #BBA841; }
span { border-color: rgb(187,168,65); }
td.TdClassName
{
border-color: #BBA841;
}
.TagClassName
{
border-color: #BBA841;
}
</style>