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