Shades of Buddha Gold #BF9E1B
Tints of Buddha Gold #BF9E1B
RGB
CMYK
RGB Variations
Color information
#BF9E1B (or 0xBF9E1B) is known color: Buddha Gold. HEX triplet: BF, 9E and 1B. RGB value is (191,158,27). Sum of RGB (Red+Green+Blue) = 191+158+27=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 158 (62.11% from 255 or 42.02% from 376); Blue value is 27 (10.94% from 255 or 7.18% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9E1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9E1B is #4061E4. Grayscale: #999999. Windows color (decimal): -4219365 or 1810111. OLE color: 1810111.
HSL color Cylindrical-coordinate representation of color #BF9E1B: hue angle of 47.93º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BF9E1B is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 158 | 27 | - |
| CMYK | 0 | 0.17 | 0.86 | 0.25 |
| HSL | 47.93º | 0.75% | 0.43% | - |
| HSV(B) | 47.93º | 0.86% | 0.75% | - |
| XYZ | 33.91 | 35.61 | 6.12 | - |
| YUV | 152.93 | 56.93 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 158 | 27 | 0 | 0.17 | 0.86 | 0.25 | 47.93 | 0.75 | 0.43 |
| Hex | BF | 9E | 1B | 0 | 11 | 56 | 19 | 30 | 4B | 2B |
| Octal | 277 | 236 | 33 | 0 | 21 | 126 | 31 | 60 | 113 | 53 |
| Binary | 10111111 | 10011110 | 11011 | 0 | 10001 | 1010110 | 11001 | 110000 | 1001011 | 101011 |
Color Harmonies of #BF9E1B
Complementary color
Monochromatic Colors of #BF9E1B
Black with #BF9E1B
Text Example
Text Example
White with #BF9E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9E1B; }
p { color: rgb(191,158,27); }
H1.HeaderClassName
{
color: #BF9E1B;
}
.AnyTagClassName
{
color: #BF9E1B;
}
</style>
background-color css
<style>
a { background-color: #BF9E1B; }
a { background-color: rgb(191,158,27); }
div.DivClassName
{
background-color: #BF9E1B;
}
.BgClassName
{
background-color: #BF9E1B;
}
</style>
border-color css
<style>
span { border-color: #BF9E1B; }
span { border-color: rgb(191,158,27); }
td.TdClassName
{
border-color: #BF9E1B;
}
.TagClassName
{
border-color: #BF9E1B;
}
</style>