Shades of Buddha Gold #BF9A0D
Tints of Buddha Gold #BF9A0D
RGB
CMYK
RGB Variations
Color information
#BF9A0D (or 0xBF9A0D) is known color: Buddha Gold. HEX triplet: BF, 9A and 0D. RGB value is (191,154,13). Sum of RGB (Red+Green+Blue) = 191+154+13=358 (47% of max value = 765). Red value is 191 (75% from 255 or 53.35% from 358); Green value is 154 (60.55% from 255 or 43.02% from 358); Blue value is 13 (5.47% from 255 or 3.63% from 358); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9A0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9A0D is #4065F2. Grayscale: #959595. Windows color (decimal): -4220403 or 891583. OLE color: 891583.
HSL color Cylindrical-coordinate representation of color #BF9A0D: hue angle of 47.53º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF9A0D is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 154 | 13 | - |
| CMYK | 0 | 0.19 | 0.93 | 0.25 |
| HSL | 47.53º | 0.87% | 0.4% | - |
| HSV(B) | 47.53º | 0.93% | 0.75% | - |
| XYZ | 33.11 | 34.22 | 5.24 | - |
| YUV | 148.99 | 51.26 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 154 | 13 | 0 | 0.19 | 0.93 | 0.25 | 47.53 | 0.87 | 0.4 |
| Hex | BF | 9A | D | 0 | 13 | 5D | 19 | 30 | 57 | 28 |
| Octal | 277 | 232 | 15 | 0 | 23 | 135 | 31 | 60 | 127 | 50 |
| Binary | 10111111 | 10011010 | 1101 | 0 | 10011 | 1011101 | 11001 | 110000 | 1010111 | 101000 |
Color Harmonies of #BF9A0D
Complementary color
Monochromatic Colors of #BF9A0D
Black with #BF9A0D
Text Example
Text Example
White with #BF9A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9A0D; }
p { color: rgb(191,154,13); }
H1.HeaderClassName
{
color: #BF9A0D;
}
.AnyTagClassName
{
color: #BF9A0D;
}
</style>
background-color css
<style>
a { background-color: #BF9A0D; }
a { background-color: rgb(191,154,13); }
div.DivClassName
{
background-color: #BF9A0D;
}
.BgClassName
{
background-color: #BF9A0D;
}
</style>
border-color css
<style>
span { border-color: #BF9A0D; }
span { border-color: rgb(191,154,13); }
td.TdClassName
{
border-color: #BF9A0D;
}
.TagClassName
{
border-color: #BF9A0D;
}
</style>