Shades of Old Gold #BBBC33
Tints of Old Gold #BBBC33
RGB
CMYK
RGB Variations
Color information
#BBBC33 (or 0xBBBC33) is known color: Old Gold. HEX triplet: BB, BC and 33. RGB value is (187,188,51). Sum of RGB (Red+Green+Blue) = 187+188+51=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 51 (20.31% from 255 or 11.97% from 426); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBC33 is #4443CC. Grayscale: #ACACAC. Windows color (decimal): -4473805 or 3390651. OLE color: 3390651.
HSL color Cylindrical-coordinate representation of color #BBBC33: hue angle of 60.44º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BBBC33 is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 188 | 51 | - |
| CMYK | 0.01 | 0 | 0.73 | 0.26 |
| HSL | 60.44º | 0.57% | 0.47% | - |
| HSV(B) | 60.44º | 0.73% | 0.74% | - |
| XYZ | 39.07 | 46.77 | 10.1 | - |
| YUV | 172.08 | 59.67 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 51 | 0.01 | 0 | 0.73 | 0.26 | 60.44 | 0.57 | 0.47 |
| Hex | BB | BC | 33 | 1 | 0 | 49 | 1A | 3C | 39 | 2F |
| Octal | 273 | 274 | 63 | 1 | 0 | 111 | 32 | 74 | 71 | 57 |
| Binary | 10111011 | 10111100 | 110011 | 1 | 0 | 1001001 | 11010 | 111100 | 111001 | 101111 |
Color Harmonies of #BBBC33
Complementary color
Monochromatic Colors of #BBBC33
Black with #BBBC33
Text Example
Text Example
White with #BBBC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBC33; }
p { color: rgb(187,188,51); }
H1.HeaderClassName
{
color: #BBBC33;
}
.AnyTagClassName
{
color: #BBBC33;
}
</style>
background-color css
<style>
a { background-color: #BBBC33; }
a { background-color: rgb(187,188,51); }
div.DivClassName
{
background-color: #BBBC33;
}
.BgClassName
{
background-color: #BBBC33;
}
</style>
border-color css
<style>
span { border-color: #BBBC33; }
span { border-color: rgb(187,188,51); }
td.TdClassName
{
border-color: #BBBC33;
}
.TagClassName
{
border-color: #BBBC33;
}
</style>