Shades of Buddha Gold #BF8F1B
Tints of Buddha Gold #BF8F1B
RGB
CMYK
RGB Variations
Color information
#BF8F1B (or 0xBF8F1B) is known color: Buddha Gold. HEX triplet: BF, 8F and 1B. RGB value is (191,143,27). Sum of RGB (Red+Green+Blue) = 191+143+27=361 (47% of max value = 765). Red value is 191 (75% from 255 or 52.91% from 361); Green value is 143 (56.25% from 255 or 39.61% from 361); Blue value is 27 (10.94% from 255 or 7.48% from 361); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8F1B is #4070E4. Grayscale: #909090. Windows color (decimal): -4223205 or 1806271. OLE color: 1806271.
HSL color Cylindrical-coordinate representation of color #BF8F1B: hue angle of 42.44º 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 #BF8F1B is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 143 | 27 | - |
| CMYK | 0 | 0.25 | 0.86 | 0.25 |
| HSL | 42.44º | 0.75% | 0.43% | - |
| HSV(B) | 42.44º | 0.86% | 0.75% | - |
| XYZ | 31.51 | 30.8 | 5.32 | - |
| YUV | 144.13 | 61.9 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 143 | 27 | 0 | 0.25 | 0.86 | 0.25 | 42.44 | 0.75 | 0.43 |
| Hex | BF | 8F | 1B | 0 | 19 | 56 | 19 | 2A | 4B | 2B |
| Octal | 277 | 217 | 33 | 0 | 31 | 126 | 31 | 52 | 113 | 53 |
| Binary | 10111111 | 10001111 | 11011 | 0 | 11001 | 1010110 | 11001 | 101010 | 1001011 | 101011 |
Color Harmonies of #BF8F1B
Complementary color
Monochromatic Colors of #BF8F1B
Black with #BF8F1B
Text Example
Text Example
White with #BF8F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8F1B; }
p { color: rgb(191,143,27); }
H1.HeaderClassName
{
color: #BF8F1B;
}
.AnyTagClassName
{
color: #BF8F1B;
}
</style>
background-color css
<style>
a { background-color: #BF8F1B; }
a { background-color: rgb(191,143,27); }
div.DivClassName
{
background-color: #BF8F1B;
}
.BgClassName
{
background-color: #BF8F1B;
}
</style>
border-color css
<style>
span { border-color: #BF8F1B; }
span { border-color: rgb(191,143,27); }
td.TdClassName
{
border-color: #BF8F1B;
}
.TagClassName
{
border-color: #BF8F1B;
}
</style>