Shades of Buddha Gold #BFA123
Tints of Buddha Gold #BFA123
RGB
CMYK
RGB Variations
Color information
#BFA123 (or 0xBFA123) is known color: Buddha Gold. HEX triplet: BF, A1 and 23. RGB value is (191,161,35). Sum of RGB (Red+Green+Blue) = 191+161+35=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 161 (63.28% from 255 or 41.60% from 387); Blue value is 35 (14.06% from 255 or 9.04% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA123 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA123 is #405EDC. Grayscale: #9C9C9C. Windows color (decimal): -4218589 or 2335167. OLE color: 2335167.
HSL color Cylindrical-coordinate representation of color #BFA123: hue angle of 48.46º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BFA123 is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 161 | 35 | - |
| CMYK | 0 | 0.16 | 0.82 | 0.25 |
| HSL | 48.46º | 0.69% | 0.44% | - |
| HSV(B) | 48.46º | 0.82% | 0.75% | - |
| XYZ | 34.53 | 36.69 | 6.85 | - |
| YUV | 155.61 | 59.94 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 161 | 35 | 0 | 0.16 | 0.82 | 0.25 | 48.46 | 0.69 | 0.44 |
| Hex | BF | A1 | 23 | 0 | 10 | 52 | 19 | 30 | 45 | 2C |
| Octal | 277 | 241 | 43 | 0 | 20 | 122 | 31 | 60 | 105 | 54 |
| Binary | 10111111 | 10100001 | 100011 | 0 | 10000 | 1010010 | 11001 | 110000 | 1000101 | 101100 |
Color Harmonies of #BFA123
Complementary color
Monochromatic Colors of #BFA123
Black with #BFA123
Text Example
Text Example
White with #BFA123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA123; }
p { color: rgb(191,161,35); }
H1.HeaderClassName
{
color: #BFA123;
}
.AnyTagClassName
{
color: #BFA123;
}
</style>
background-color css
<style>
a { background-color: #BFA123; }
a { background-color: rgb(191,161,35); }
div.DivClassName
{
background-color: #BFA123;
}
.BgClassName
{
background-color: #BFA123;
}
</style>
border-color css
<style>
span { border-color: #BFA123; }
span { border-color: rgb(191,161,35); }
td.TdClassName
{
border-color: #BFA123;
}
.TagClassName
{
border-color: #BFA123;
}
</style>