Shades of Buddha Gold #BFA203
Tints of Buddha Gold #BFA203
RGB
CMYK
RGB Variations
Color information
#BFA203 (or 0xBFA203) is known color: Buddha Gold. HEX triplet: BF, A2 and 03. RGB value is (191,162,3). Sum of RGB (Red+Green+Blue) = 191+162+3=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 162 (63.67% from 255 or 45.51% from 356); Blue value is 3 (1.56% from 255 or 0.84% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA203 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA203 is #405DFC. Grayscale: #999999. Windows color (decimal): -4218365 or 238271. OLE color: 238271.
HSL color Cylindrical-coordinate representation of color #BFA203: hue angle of 50.74º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BFA203 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 162 | 3 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.25 |
| HSL | 50.74º | 0.97% | 0.38% | - |
| HSV(B) | 50.74º | 0.98% | 0.75% | - |
| XYZ | 34.42 | 36.92 | 5.4 | - |
| YUV | 152.55 | 43.61 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 162 | 3 | 0 | 0.15 | 0.98 | 0.25 | 50.74 | 0.97 | 0.38 |
| Hex | BF | A2 | 3 | 0 | F | 62 | 19 | 33 | 61 | 26 |
| Octal | 277 | 242 | 3 | 0 | 17 | 142 | 31 | 63 | 141 | 46 |
| Binary | 10111111 | 10100010 | 11 | 0 | 1111 | 1100010 | 11001 | 110011 | 1100001 | 100110 |
Color Harmonies of #BFA203
Complementary color
Monochromatic Colors of #BFA203
Black with #BFA203
Text Example
Text Example
White with #BFA203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA203; }
p { color: rgb(191,162,3); }
H1.HeaderClassName
{
color: #BFA203;
}
.AnyTagClassName
{
color: #BFA203;
}
</style>
background-color css
<style>
a { background-color: #BFA203; }
a { background-color: rgb(191,162,3); }
div.DivClassName
{
background-color: #BFA203;
}
.BgClassName
{
background-color: #BFA203;
}
</style>
border-color css
<style>
span { border-color: #BFA203; }
span { border-color: rgb(191,162,3); }
td.TdClassName
{
border-color: #BFA203;
}
.TagClassName
{
border-color: #BFA203;
}
</style>