Shades of Old Gold #BFB736
Tints of Old Gold #BFB736
RGB
CMYK
RGB Variations
Color information
#BFB736 (or 0xBFB736) is known color: Old Gold. HEX triplet: BF, B7 and 36. RGB value is (191,183,54). Sum of RGB (Red+Green+Blue) = 191+183+54=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 183 (71.88% from 255 or 42.76% from 428); Blue value is 54 (21.48% from 255 or 12.62% from 428); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB736 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB736 is #4048C9. Grayscale: #ABABAB. Windows color (decimal): -4212938 or 3585983. OLE color: 3585983.
HSL color Cylindrical-coordinate representation of color #BFB736: hue angle of 56.5º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BFB736 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 183 | 54 | - |
| CMYK | 0 | 0.04 | 0.72 | 0.25 |
| HSL | 56.5º | 0.56% | 0.48% | - |
| HSV(B) | 56.5º | 0.72% | 0.75% | - |
| XYZ | 39.09 | 45.21 | 10.16 | - |
| YUV | 170.69 | 62.15 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 183 | 54 | 0 | 0.04 | 0.72 | 0.25 | 56.5 | 0.56 | 0.48 |
| Hex | BF | B7 | 36 | 0 | 4 | 48 | 19 | 38 | 38 | 30 |
| Octal | 277 | 267 | 66 | 0 | 4 | 110 | 31 | 70 | 70 | 60 |
| Binary | 10111111 | 10110111 | 110110 | 0 | 100 | 1001000 | 11001 | 111000 | 111000 | 110000 |
Color Harmonies of #BFB736
Complementary color
Monochromatic Colors of #BFB736
Black with #BFB736
Text Example
Text Example
White with #BFB736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB736; }
p { color: rgb(191,183,54); }
H1.HeaderClassName
{
color: #BFB736;
}
.AnyTagClassName
{
color: #BFB736;
}
</style>
background-color css
<style>
a { background-color: #BFB736; }
a { background-color: rgb(191,183,54); }
div.DivClassName
{
background-color: #BFB736;
}
.BgClassName
{
background-color: #BFB736;
}
</style>
border-color css
<style>
span { border-color: #BFB736; }
span { border-color: rgb(191,183,54); }
td.TdClassName
{
border-color: #BFB736;
}
.TagClassName
{
border-color: #BFB736;
}
</style>