Shades of Old Gold #BFB233
Tints of Old Gold #BFB233
RGB
CMYK
RGB Variations
Color information
#BFB233 (or 0xBFB233) is known color: Old Gold. HEX triplet: BF, B2 and 33. RGB value is (191,178,51). Sum of RGB (Red+Green+Blue) = 191+178+51=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 178 (69.92% from 255 or 42.38% from 420); Blue value is 51 (20.31% from 255 or 12.14% from 420); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB233 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB233 is #404DCC. Grayscale: #A7A7A7. Windows color (decimal): -4214221 or 3388095. OLE color: 3388095.
HSL color Cylindrical-coordinate representation of color #BFB233: hue angle of 54.43º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BFB233 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 178 | 51 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.25 |
| HSL | 54.43º | 0.58% | 0.47% | - |
| HSV(B) | 54.43º | 0.73% | 0.75% | - |
| XYZ | 38 | 43.16 | 9.46 | - |
| YUV | 167.41 | 62.31 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 178 | 51 | 0 | 0.07 | 0.73 | 0.25 | 54.43 | 0.58 | 0.47 |
| Hex | BF | B2 | 33 | 0 | 7 | 49 | 19 | 36 | 3A | 2F |
| Octal | 277 | 262 | 63 | 0 | 7 | 111 | 31 | 66 | 72 | 57 |
| Binary | 10111111 | 10110010 | 110011 | 0 | 111 | 1001001 | 11001 | 110110 | 111010 | 101111 |
Color Harmonies of #BFB233
Complementary color
Monochromatic Colors of #BFB233
Black with #BFB233
Text Example
Text Example
White with #BFB233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB233; }
p { color: rgb(191,178,51); }
H1.HeaderClassName
{
color: #BFB233;
}
.AnyTagClassName
{
color: #BFB233;
}
</style>
background-color css
<style>
a { background-color: #BFB233; }
a { background-color: rgb(191,178,51); }
div.DivClassName
{
background-color: #BFB233;
}
.BgClassName
{
background-color: #BFB233;
}
</style>
border-color css
<style>
span { border-color: #BFB233; }
span { border-color: rgb(191,178,51); }
td.TdClassName
{
border-color: #BFB233;
}
.TagClassName
{
border-color: #BFB233;
}
</style>