Shades of Brass #BBAB44
Tints of Brass #BBAB44
RGB
CMYK
RGB Variations
Color information
#BBAB44 (or 0xBBAB44) is known color: Brass. HEX triplet: BB, AB and 44. RGB value is (187,171,68). Sum of RGB (Red+Green+Blue) = 187+171+68=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 68 (26.95% from 255 or 15.96% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAB44 is #4454BB. Grayscale: #A4A4A4. Windows color (decimal): -4478140 or 4500411. OLE color: 4500411.
HSL color Cylindrical-coordinate representation of color #BBAB44: hue angle of 51.93º 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 #BBAB44 is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 171 | 68 | - |
| CMYK | 0 | 0.09 | 0.64 | 0.27 |
| HSL | 51.93º | 0.47% | 0.5% | - |
| HSV(B) | 51.93º | 0.64% | 0.73% | - |
| XYZ | 36.1 | 40.11 | 11.31 | - |
| YUV | 164.04 | 73.8 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 68 | 0 | 0.09 | 0.64 | 0.27 | 51.93 | 0.47 | 0.5 |
| Hex | BB | AB | 44 | 0 | 9 | 40 | 1B | 34 | 2F | 32 |
| Octal | 273 | 253 | 104 | 0 | 11 | 100 | 33 | 64 | 57 | 62 |
| Binary | 10111011 | 10101011 | 1000100 | 0 | 1001 | 1000000 | 11011 | 110100 | 101111 | 110010 |
Color Harmonies of #BBAB44
Complementary color
Monochromatic Colors of #BBAB44
Black with #BBAB44
Text Example
Text Example
White with #BBAB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAB44; }
p { color: rgb(187,171,68); }
H1.HeaderClassName
{
color: #BBAB44;
}
.AnyTagClassName
{
color: #BBAB44;
}
</style>
background-color css
<style>
a { background-color: #BBAB44; }
a { background-color: rgb(187,171,68); }
div.DivClassName
{
background-color: #BBAB44;
}
.BgClassName
{
background-color: #BBAB44;
}
</style>
border-color css
<style>
span { border-color: #BBAB44; }
span { border-color: rgb(187,171,68); }
td.TdClassName
{
border-color: #BBAB44;
}
.TagClassName
{
border-color: #BBAB44;
}
</style>