Shades of Buddha Gold #BFA21D
Tints of Buddha Gold #BFA21D
RGB
CMYK
RGB Variations
Color information
#BFA21D (or 0xBFA21D) is known color: Buddha Gold. HEX triplet: BF, A2 and 1D. RGB value is (191,162,29). Sum of RGB (Red+Green+Blue) = 191+162+29=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 162 (63.67% from 255 or 42.41% from 382); Blue value is 29 (11.72% from 255 or 7.59% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA21D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA21D is #405DE2. Grayscale: #9C9C9C. Windows color (decimal): -4218339 or 1942207. OLE color: 1942207.
HSL color Cylindrical-coordinate representation of color #BFA21D: hue angle of 49.26º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BFA21D is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 162 | 29 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.25 |
| HSL | 49.26º | 0.74% | 0.43% | - |
| HSV(B) | 49.26º | 0.85% | 0.75% | - |
| XYZ | 34.63 | 37.01 | 6.48 | - |
| YUV | 155.51 | 56.61 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 162 | 29 | 0 | 0.15 | 0.85 | 0.25 | 49.26 | 0.74 | 0.43 |
| Hex | BF | A2 | 1D | 0 | F | 55 | 19 | 31 | 4A | 2B |
| Octal | 277 | 242 | 35 | 0 | 17 | 125 | 31 | 61 | 112 | 53 |
| Binary | 10111111 | 10100010 | 11101 | 0 | 1111 | 1010101 | 11001 | 110001 | 1001010 | 101011 |
Color Harmonies of #BFA21D
Complementary color
Monochromatic Colors of #BFA21D
Black with #BFA21D
Text Example
Text Example
White with #BFA21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA21D; }
p { color: rgb(191,162,29); }
H1.HeaderClassName
{
color: #BFA21D;
}
.AnyTagClassName
{
color: #BFA21D;
}
</style>
background-color css
<style>
a { background-color: #BFA21D; }
a { background-color: rgb(191,162,29); }
div.DivClassName
{
background-color: #BFA21D;
}
.BgClassName
{
background-color: #BFA21D;
}
</style>
border-color css
<style>
span { border-color: #BFA21D; }
span { border-color: rgb(191,162,29); }
td.TdClassName
{
border-color: #BFA21D;
}
.TagClassName
{
border-color: #BFA21D;
}
</style>