Shades of Brass #BBAD3E
Tints of Brass #BBAD3E
RGB
CMYK
RGB Variations
Color information
#BBAD3E (or 0xBBAD3E) is known color: Brass. HEX triplet: BB, AD and 3E. RGB value is (187,173,62). Sum of RGB (Red+Green+Blue) = 187+173+62=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 62 (24.61% from 255 or 14.69% from 422); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAD3E is #4452C1. Grayscale: #A4A4A4. Windows color (decimal): -4477634 or 4107707. OLE color: 4107707.
HSL color Cylindrical-coordinate representation of color #BBAD3E: hue angle of 53.28º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BBAD3E is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 173 | 62 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.27 |
| HSL | 53.28º | 0.5% | 0.49% | - |
| HSV(B) | 53.28º | 0.67% | 0.73% | - |
| XYZ | 36.31 | 40.8 | 10.52 | - |
| YUV | 164.53 | 70.14 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 173 | 62 | 0 | 0.07 | 0.67 | 0.27 | 53.28 | 0.5 | 0.49 |
| Hex | BB | AD | 3E | 0 | 7 | 43 | 1B | 35 | 32 | 31 |
| Octal | 273 | 255 | 76 | 0 | 7 | 103 | 33 | 65 | 62 | 61 |
| Binary | 10111011 | 10101101 | 111110 | 0 | 111 | 1000011 | 11011 | 110101 | 110010 | 110001 |
Color Harmonies of #BBAD3E
Complementary color
Monochromatic Colors of #BBAD3E
Black with #BBAD3E
Text Example
Text Example
White with #BBAD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAD3E; }
p { color: rgb(187,173,62); }
H1.HeaderClassName
{
color: #BBAD3E;
}
.AnyTagClassName
{
color: #BBAD3E;
}
</style>
background-color css
<style>
a { background-color: #BBAD3E; }
a { background-color: rgb(187,173,62); }
div.DivClassName
{
background-color: #BBAD3E;
}
.BgClassName
{
background-color: #BBAD3E;
}
</style>
border-color css
<style>
span { border-color: #BBAD3E; }
span { border-color: rgb(187,173,62); }
td.TdClassName
{
border-color: #BBAD3E;
}
.TagClassName
{
border-color: #BBAD3E;
}
</style>