Shades of Brass #BBA43D
Tints of Brass #BBA43D
RGB
CMYK
RGB Variations
Color information
#BBA43D (or 0xBBA43D) is known color: Brass. HEX triplet: BB, A4 and 3D. RGB value is (187,164,61). Sum of RGB (Red+Green+Blue) = 187+164+61=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 164 (64.45% from 255 or 39.81% from 412); Blue value is 61 (24.22% from 255 or 14.81% from 412); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA43D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA43D is #445BC2. Grayscale: #9F9F9F. Windows color (decimal): -4479939 or 4039867. OLE color: 4039867.
HSL color Cylindrical-coordinate representation of color #BBA43D: hue angle of 49.05º 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 #BBA43D is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 164 | 61 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.27 |
| HSL | 49.05º | 0.51% | 0.49% | - |
| HSV(B) | 49.05º | 0.67% | 0.73% | - |
| XYZ | 34.61 | 37.45 | 9.82 | - |
| YUV | 159.14 | 72.62 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 164 | 61 | 0 | 0.12 | 0.67 | 0.27 | 49.05 | 0.51 | 0.49 |
| Hex | BB | A4 | 3D | 0 | C | 43 | 1B | 31 | 33 | 31 |
| Octal | 273 | 244 | 75 | 0 | 14 | 103 | 33 | 61 | 63 | 61 |
| Binary | 10111011 | 10100100 | 111101 | 0 | 1100 | 1000011 | 11011 | 110001 | 110011 | 110001 |
Color Harmonies of #BBA43D
Complementary color
Monochromatic Colors of #BBA43D
Black with #BBA43D
Text Example
Text Example
White with #BBA43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA43D; }
p { color: rgb(187,164,61); }
H1.HeaderClassName
{
color: #BBA43D;
}
.AnyTagClassName
{
color: #BBA43D;
}
</style>
background-color css
<style>
a { background-color: #BBA43D; }
a { background-color: rgb(187,164,61); }
div.DivClassName
{
background-color: #BBA43D;
}
.BgClassName
{
background-color: #BBA43D;
}
</style>
border-color css
<style>
span { border-color: #BBA43D; }
span { border-color: rgb(187,164,61); }
td.TdClassName
{
border-color: #BBA43D;
}
.TagClassName
{
border-color: #BBA43D;
}
</style>