Shades of Brass #BBAC3B
Tints of Brass #BBAC3B
RGB
CMYK
RGB Variations
Color information
#BBAC3B (or 0xBBAC3B) is known color: Brass. HEX triplet: BB, AC and 3B. RGB value is (187,172,59). Sum of RGB (Red+Green+Blue) = 187+172+59=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 172 (67.58% from 255 or 41.15% from 418); Blue value is 59 (23.44% from 255 or 14.11% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAC3B is #4453C4. Grayscale: #A4A4A4. Windows color (decimal): -4477893 or 3910843. OLE color: 3910843.
HSL color Cylindrical-coordinate representation of color #BBAC3B: hue angle of 52.97º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BBAC3B is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 172 | 59 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.27 |
| HSL | 52.97º | 0.52% | 0.48% | - |
| HSV(B) | 52.97º | 0.68% | 0.73% | - |
| XYZ | 36.04 | 40.39 | 10.03 | - |
| YUV | 163.6 | 68.97 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 172 | 59 | 0 | 0.08 | 0.68 | 0.27 | 52.97 | 0.52 | 0.48 |
| Hex | BB | AC | 3B | 0 | 8 | 44 | 1B | 35 | 34 | 30 |
| Octal | 273 | 254 | 73 | 0 | 10 | 104 | 33 | 65 | 64 | 60 |
| Binary | 10111011 | 10101100 | 111011 | 0 | 1000 | 1000100 | 11011 | 110101 | 110100 | 110000 |
Color Harmonies of #BBAC3B
Complementary color
Monochromatic Colors of #BBAC3B
Black with #BBAC3B
Text Example
Text Example
White with #BBAC3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAC3B; }
p { color: rgb(187,172,59); }
H1.HeaderClassName
{
color: #BBAC3B;
}
.AnyTagClassName
{
color: #BBAC3B;
}
</style>
background-color css
<style>
a { background-color: #BBAC3B; }
a { background-color: rgb(187,172,59); }
div.DivClassName
{
background-color: #BBAC3B;
}
.BgClassName
{
background-color: #BBAC3B;
}
</style>
border-color css
<style>
span { border-color: #BBAC3B; }
span { border-color: rgb(187,172,59); }
td.TdClassName
{
border-color: #BBAC3B;
}
.TagClassName
{
border-color: #BBAC3B;
}
</style>