Shades of Old Gold #BFBB32
Tints of Old Gold #BFBB32
RGB
CMYK
RGB Variations
Color information
#BFBB32 (or 0xBFBB32) is known color: Old Gold. HEX triplet: BF, BB and 32. RGB value is (191,187,50). Sum of RGB (Red+Green+Blue) = 191+187+50=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 187 (73.44% from 255 or 43.69% from 428); Blue value is 50 (19.92% from 255 or 11.68% from 428); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBB32 is #4044CD. Grayscale: #ADADAD. Windows color (decimal): -4211918 or 3324863. OLE color: 3324863.
HSL color Cylindrical-coordinate representation of color #BFBB32: hue angle of 58.3º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BFBB32 is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 187 | 50 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.25 |
| HSL | 58.3º | 0.59% | 0.47% | - |
| HSV(B) | 58.3º | 0.74% | 0.75% | - |
| XYZ | 39.83 | 46.85 | 9.96 | - |
| YUV | 172.58 | 58.83 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 187 | 50 | 0 | 0.02 | 0.74 | 0.25 | 58.3 | 0.59 | 0.47 |
| Hex | BF | BB | 32 | 0 | 2 | 4A | 19 | 3A | 3B | 2F |
| Octal | 277 | 273 | 62 | 0 | 2 | 112 | 31 | 72 | 73 | 57 |
| Binary | 10111111 | 10111011 | 110010 | 0 | 10 | 1001010 | 11001 | 111010 | 111011 | 101111 |
Color Harmonies of #BFBB32
Complementary color
Monochromatic Colors of #BFBB32
Black with #BFBB32
Text Example
Text Example
White with #BFBB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBB32; }
p { color: rgb(191,187,50); }
H1.HeaderClassName
{
color: #BFBB32;
}
.AnyTagClassName
{
color: #BFBB32;
}
</style>
background-color css
<style>
a { background-color: #BFBB32; }
a { background-color: rgb(191,187,50); }
div.DivClassName
{
background-color: #BFBB32;
}
.BgClassName
{
background-color: #BFBB32;
}
</style>
border-color css
<style>
span { border-color: #BFBB32; }
span { border-color: rgb(191,187,50); }
td.TdClassName
{
border-color: #BFBB32;
}
.TagClassName
{
border-color: #BFBB32;
}
</style>