Shades of Brass #BBAD40
Tints of Brass #BBAD40
RGB
CMYK
RGB Variations
Color information
#BBAD40 (or 0xBBAD40) is known color: Brass. HEX triplet: BB, AD and 40. RGB value is (187,173,64). Sum of RGB (Red+Green+Blue) = 187+173+64=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 173 (67.97% from 255 or 40.80% from 424); Blue value is 64 (25.39% from 255 or 15.09% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAD40 is #4452BF. Grayscale: #A5A5A5. Windows color (decimal): -4477632 or 4238779. OLE color: 4238779.
HSL color Cylindrical-coordinate representation of color #BBAD40: hue angle of 53.17º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BBAD40 is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 173 | 64 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.27 |
| HSL | 53.17º | 0.49% | 0.49% | - |
| HSV(B) | 53.17º | 0.66% | 0.73% | - |
| XYZ | 36.36 | 40.82 | 10.81 | - |
| YUV | 164.76 | 71.14 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 173 | 64 | 0 | 0.07 | 0.66 | 0.27 | 53.17 | 0.49 | 0.49 |
| Hex | BB | AD | 40 | 0 | 7 | 42 | 1B | 35 | 31 | 31 |
| Octal | 273 | 255 | 100 | 0 | 7 | 102 | 33 | 65 | 61 | 61 |
| Binary | 10111011 | 10101101 | 1000000 | 0 | 111 | 1000010 | 11011 | 110101 | 110001 | 110001 |
Color Harmonies of #BBAD40
Complementary color
Monochromatic Colors of #BBAD40
Black with #BBAD40
Text Example
Text Example
White with #BBAD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAD40; }
p { color: rgb(187,173,64); }
H1.HeaderClassName
{
color: #BBAD40;
}
.AnyTagClassName
{
color: #BBAD40;
}
</style>
background-color css
<style>
a { background-color: #BBAD40; }
a { background-color: rgb(187,173,64); }
div.DivClassName
{
background-color: #BBAD40;
}
.BgClassName
{
background-color: #BBAD40;
}
</style>
border-color css
<style>
span { border-color: #BBAD40; }
span { border-color: rgb(187,173,64); }
td.TdClassName
{
border-color: #BBAD40;
}
.TagClassName
{
border-color: #BBAD40;
}
</style>