Shades of Old Gold #BBBA33
Tints of Old Gold #BBBA33
RGB
CMYK
RGB Variations
Color information
#BBBA33 (or 0xBBBA33) is known color: Old Gold. HEX triplet: BB, BA and 33. RGB value is (187,186,51). Sum of RGB (Red+Green+Blue) = 187+186+51=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 51 (20.31% from 255 or 12.03% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBA33 is #4445CC. Grayscale: #ABABAB. Windows color (decimal): -4474317 or 3390139. OLE color: 3390139.
HSL color Cylindrical-coordinate representation of color #BBBA33: hue angle of 59.56º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BBBA33 is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 186 | 51 | - |
| CMYK | 0 | 0.01 | 0.73 | 0.27 |
| HSL | 59.56º | 0.57% | 0.47% | - |
| HSV(B) | 59.56º | 0.73% | 0.73% | - |
| XYZ | 38.65 | 45.92 | 9.96 | - |
| YUV | 170.91 | 60.33 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 51 | 0 | 0.01 | 0.73 | 0.27 | 59.56 | 0.57 | 0.47 |
| Hex | BB | BA | 33 | 0 | 1 | 49 | 1B | 3C | 39 | 2F |
| Octal | 273 | 272 | 63 | 0 | 1 | 111 | 33 | 74 | 71 | 57 |
| Binary | 10111011 | 10111010 | 110011 | 0 | 1 | 1001001 | 11011 | 111100 | 111001 | 101111 |
Color Harmonies of #BBBA33
Complementary color
Monochromatic Colors of #BBBA33
Black with #BBBA33
Text Example
Text Example
White with #BBBA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBA33; }
p { color: rgb(187,186,51); }
H1.HeaderClassName
{
color: #BBBA33;
}
.AnyTagClassName
{
color: #BBBA33;
}
</style>
background-color css
<style>
a { background-color: #BBBA33; }
a { background-color: rgb(187,186,51); }
div.DivClassName
{
background-color: #BBBA33;
}
.BgClassName
{
background-color: #BBBA33;
}
</style>
border-color css
<style>
span { border-color: #BBBA33; }
span { border-color: rgb(187,186,51); }
td.TdClassName
{
border-color: #BBBA33;
}
.TagClassName
{
border-color: #BBBA33;
}
</style>