Shades of Brass #BBA342
Tints of Brass #BBA342
RGB
CMYK
RGB Variations
Color information
#BBA342 (or 0xBBA342) is known color: Brass. HEX triplet: BB, A3 and 42. RGB value is (187,163,66). Sum of RGB (Red+Green+Blue) = 187+163+66=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 163 (64.06% from 255 or 39.18% from 416); Blue value is 66 (26.17% from 255 or 15.87% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA342 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA342 is #445CBD. Grayscale: #9F9F9F. Windows color (decimal): -4480190 or 4367291. OLE color: 4367291.
HSL color Cylindrical-coordinate representation of color #BBA342: hue angle of 48.1º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BBA342 is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 163 | 66 | - |
| CMYK | 0 | 0.13 | 0.65 | 0.27 |
| HSL | 48.1º | 0.48% | 0.5% | - |
| HSV(B) | 48.1º | 0.65% | 0.73% | - |
| XYZ | 34.57 | 37.15 | 10.5 | - |
| YUV | 159.12 | 75.45 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 163 | 66 | 0 | 0.13 | 0.65 | 0.27 | 48.1 | 0.48 | 0.5 |
| Hex | BB | A3 | 42 | 0 | D | 41 | 1B | 30 | 30 | 32 |
| Octal | 273 | 243 | 102 | 0 | 15 | 101 | 33 | 60 | 60 | 62 |
| Binary | 10111011 | 10100011 | 1000010 | 0 | 1101 | 1000001 | 11011 | 110000 | 110000 | 110010 |
Color Harmonies of #BBA342
Complementary color
Monochromatic Colors of #BBA342
Black with #BBA342
Text Example
Text Example
White with #BBA342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA342; }
p { color: rgb(187,163,66); }
H1.HeaderClassName
{
color: #BBA342;
}
.AnyTagClassName
{
color: #BBA342;
}
</style>
background-color css
<style>
a { background-color: #BBA342; }
a { background-color: rgb(187,163,66); }
div.DivClassName
{
background-color: #BBA342;
}
.BgClassName
{
background-color: #BBA342;
}
</style>
border-color css
<style>
span { border-color: #BBA342; }
span { border-color: rgb(187,163,66); }
td.TdClassName
{
border-color: #BBA342;
}
.TagClassName
{
border-color: #BBA342;
}
</style>