Shades of Brass #BBA33D
Tints of Brass #BBA33D
RGB
CMYK
RGB Variations
Color information
#BBA33D (or 0xBBA33D) is known color: Brass. HEX triplet: BB, A3 and 3D. RGB value is (187,163,61). Sum of RGB (Red+Green+Blue) = 187+163+61=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 163 (64.06% from 255 or 39.66% from 411); Blue value is 61 (24.22% from 255 or 14.84% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA33D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA33D is #445CC2. Grayscale: #9E9E9E. Windows color (decimal): -4480195 or 4039611. OLE color: 4039611.
HSL color Cylindrical-coordinate representation of color #BBA33D: hue angle of 48.57º degrees, saturation: 0.51, 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 #BBA33D is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 163 | 61 | - |
| CMYK | 0 | 0.13 | 0.67 | 0.27 |
| HSL | 48.57º | 0.51% | 0.49% | - |
| HSV(B) | 48.57º | 0.67% | 0.73% | - |
| XYZ | 34.43 | 37.1 | 9.76 | - |
| YUV | 158.55 | 72.95 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 163 | 61 | 0 | 0.13 | 0.67 | 0.27 | 48.57 | 0.51 | 0.49 |
| Hex | BB | A3 | 3D | 0 | D | 43 | 1B | 31 | 33 | 31 |
| Octal | 273 | 243 | 75 | 0 | 15 | 103 | 33 | 61 | 63 | 61 |
| Binary | 10111011 | 10100011 | 111101 | 0 | 1101 | 1000011 | 11011 | 110001 | 110011 | 110001 |
Color Harmonies of #BBA33D
Complementary color
Monochromatic Colors of #BBA33D
Black with #BBA33D
Text Example
Text Example
White with #BBA33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA33D; }
p { color: rgb(187,163,61); }
H1.HeaderClassName
{
color: #BBA33D;
}
.AnyTagClassName
{
color: #BBA33D;
}
</style>
background-color css
<style>
a { background-color: #BBA33D; }
a { background-color: rgb(187,163,61); }
div.DivClassName
{
background-color: #BBA33D;
}
.BgClassName
{
background-color: #BBA33D;
}
</style>
border-color css
<style>
span { border-color: #BBA33D; }
span { border-color: rgb(187,163,61); }
td.TdClassName
{
border-color: #BBA33D;
}
.TagClassName
{
border-color: #BBA33D;
}
</style>