Shades of Brass #BBAC41
Tints of Brass #BBAC41
RGB
CMYK
RGB Variations
Color information
#BBAC41 (or 0xBBAC41) is known color: Brass. HEX triplet: BB, AC and 41. RGB value is (187,172,65). Sum of RGB (Red+Green+Blue) = 187+172+65=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 172 (67.58% from 255 or 40.57% from 424); Blue value is 65 (25.78% from 255 or 15.33% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAC41 is #4453BE. Grayscale: #A4A4A4. Windows color (decimal): -4477887 or 4304059. OLE color: 4304059.
HSL color Cylindrical-coordinate representation of color #BBAC41: hue angle of 52.62º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BBAC41 is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 172 | 65 | - |
| CMYK | 0 | 0.08 | 0.65 | 0.27 |
| HSL | 52.62º | 0.48% | 0.49% | - |
| HSV(B) | 52.62º | 0.65% | 0.73% | - |
| XYZ | 36.2 | 40.45 | 10.9 | - |
| YUV | 164.29 | 71.97 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 172 | 65 | 0 | 0.08 | 0.65 | 0.27 | 52.62 | 0.48 | 0.49 |
| Hex | BB | AC | 41 | 0 | 8 | 41 | 1B | 35 | 30 | 31 |
| Octal | 273 | 254 | 101 | 0 | 10 | 101 | 33 | 65 | 60 | 61 |
| Binary | 10111011 | 10101100 | 1000001 | 0 | 1000 | 1000001 | 11011 | 110101 | 110000 | 110001 |
Color Harmonies of #BBAC41
Complementary color
Monochromatic Colors of #BBAC41
Black with #BBAC41
Text Example
Text Example
White with #BBAC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAC41; }
p { color: rgb(187,172,65); }
H1.HeaderClassName
{
color: #BBAC41;
}
.AnyTagClassName
{
color: #BBAC41;
}
</style>
background-color css
<style>
a { background-color: #BBAC41; }
a { background-color: rgb(187,172,65); }
div.DivClassName
{
background-color: #BBAC41;
}
.BgClassName
{
background-color: #BBAC41;
}
</style>
border-color css
<style>
span { border-color: #BBAC41; }
span { border-color: rgb(187,172,65); }
td.TdClassName
{
border-color: #BBAC41;
}
.TagClassName
{
border-color: #BBAC41;
}
</style>