Shades of Brass #BBA439
Tints of Brass #BBA439
RGB
CMYK
RGB Variations
Color information
#BBA439 (or 0xBBA439) is known color: Brass. HEX triplet: BB, A4 and 39. RGB value is (187,164,57). Sum of RGB (Red+Green+Blue) = 187+164+57=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 164 (64.45% from 255 or 40.20% from 408); Blue value is 57 (22.66% from 255 or 13.97% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA439 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA439 is #445BC6. Grayscale: #9F9F9F. Windows color (decimal): -4479943 or 3777723. OLE color: 3777723.
HSL color Cylindrical-coordinate representation of color #BBA439: hue angle of 49.38º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BBA439 is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 164 | 57 | - |
| CMYK | 0 | 0.12 | 0.70 | 0.27 |
| HSL | 49.38º | 0.53% | 0.48% | - |
| HSV(B) | 49.38º | 0.7% | 0.73% | - |
| XYZ | 34.51 | 37.41 | 9.27 | - |
| YUV | 158.68 | 70.62 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 164 | 57 | 0 | 0.12 | 0.70 | 0.27 | 49.38 | 0.53 | 0.48 |
| Hex | BB | A4 | 39 | 0 | C | 46 | 1B | 31 | 35 | 30 |
| Octal | 273 | 244 | 71 | 0 | 14 | 106 | 33 | 61 | 65 | 60 |
| Binary | 10111011 | 10100100 | 111001 | 0 | 1100 | 1000110 | 11011 | 110001 | 110101 | 110000 |
Color Harmonies of #BBA439
Complementary color
Monochromatic Colors of #BBA439
Black with #BBA439
Text Example
Text Example
White with #BBA439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA439; }
p { color: rgb(187,164,57); }
H1.HeaderClassName
{
color: #BBA439;
}
.AnyTagClassName
{
color: #BBA439;
}
</style>
background-color css
<style>
a { background-color: #BBA439; }
a { background-color: rgb(187,164,57); }
div.DivClassName
{
background-color: #BBA439;
}
.BgClassName
{
background-color: #BBA439;
}
</style>
border-color css
<style>
span { border-color: #BBA439; }
span { border-color: rgb(187,164,57); }
td.TdClassName
{
border-color: #BBA439;
}
.TagClassName
{
border-color: #BBA439;
}
</style>