Shades of Buddha Gold #BFA30B
Tints of Buddha Gold #BFA30B
RGB
CMYK
RGB Variations
Color information
#BFA30B (or 0xBFA30B) is known color: Buddha Gold. HEX triplet: BF, A3 and 0B. RGB value is (191,163,11). Sum of RGB (Red+Green+Blue) = 191+163+11=365 (48% of max value = 765). Red value is 191 (75% from 255 or 52.33% from 365); Green value is 163 (64.06% from 255 or 44.66% from 365); Blue value is 11 (4.69% from 255 or 3.01% from 365); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA30B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA30B is #405CF4. Grayscale: #9A9A9A. Windows color (decimal): -4218101 or 762815. OLE color: 762815.
HSL color Cylindrical-coordinate representation of color #BFA30B: hue angle of 50.67º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BFA30B is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 163 | 11 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.25 |
| HSL | 50.67º | 0.89% | 0.4% | - |
| HSV(B) | 50.67º | 0.94% | 0.75% | - |
| XYZ | 34.64 | 37.29 | 5.69 | - |
| YUV | 154.04 | 47.28 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 163 | 11 | 0 | 0.15 | 0.94 | 0.25 | 50.67 | 0.89 | 0.4 |
| Hex | BF | A3 | B | 0 | F | 5E | 19 | 33 | 59 | 28 |
| Octal | 277 | 243 | 13 | 0 | 17 | 136 | 31 | 63 | 131 | 50 |
| Binary | 10111111 | 10100011 | 1011 | 0 | 1111 | 1011110 | 11001 | 110011 | 1011001 | 101000 |
Color Harmonies of #BFA30B
Complementary color
Monochromatic Colors of #BFA30B
Black with #BFA30B
Text Example
Text Example
White with #BFA30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA30B; }
p { color: rgb(191,163,11); }
H1.HeaderClassName
{
color: #BFA30B;
}
.AnyTagClassName
{
color: #BFA30B;
}
</style>
background-color css
<style>
a { background-color: #BFA30B; }
a { background-color: rgb(191,163,11); }
div.DivClassName
{
background-color: #BFA30B;
}
.BgClassName
{
background-color: #BFA30B;
}
</style>
border-color css
<style>
span { border-color: #BFA30B; }
span { border-color: rgb(191,163,11); }
td.TdClassName
{
border-color: #BFA30B;
}
.TagClassName
{
border-color: #BFA30B;
}
</style>