Shades of Buddha Gold #BF971C
Tints of Buddha Gold #BF971C
RGB
CMYK
RGB Variations
Color information
#BF971C (or 0xBF971C) is known color: Buddha Gold. HEX triplet: BF, 97 and 1C. RGB value is (191,151,28). Sum of RGB (Red+Green+Blue) = 191+151+28=370 (49% of max value = 765). Red value is 191 (75% from 255 or 51.62% from 370); Green value is 151 (59.38% from 255 or 40.81% from 370); Blue value is 28 (11.33% from 255 or 7.57% from 370); Max value from RGB is 191 - color contains mainly: red. Hex color #BF971C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF971C is #4068E3. Grayscale: #959595. Windows color (decimal): -4221156 or 1873855. OLE color: 1873855.
HSL color Cylindrical-coordinate representation of color #BF971C: hue angle of 45.28º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF971C is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 151 | 28 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.25 |
| HSL | 45.28º | 0.74% | 0.43% | - |
| HSV(B) | 45.28º | 0.85% | 0.75% | - |
| XYZ | 32.76 | 33.29 | 5.8 | - |
| YUV | 148.94 | 59.75 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 151 | 28 | 0 | 0.21 | 0.85 | 0.25 | 45.28 | 0.74 | 0.43 |
| Hex | BF | 97 | 1C | 0 | 15 | 55 | 19 | 2D | 4A | 2B |
| Octal | 277 | 227 | 34 | 0 | 25 | 125 | 31 | 55 | 112 | 53 |
| Binary | 10111111 | 10010111 | 11100 | 0 | 10101 | 1010101 | 11001 | 101101 | 1001010 | 101011 |
Color Harmonies of #BF971C
Complementary color
Monochromatic Colors of #BF971C
Black with #BF971C
Text Example
Text Example
White with #BF971C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF971C; }
p { color: rgb(191,151,28); }
H1.HeaderClassName
{
color: #BF971C;
}
.AnyTagClassName
{
color: #BF971C;
}
</style>
background-color css
<style>
a { background-color: #BF971C; }
a { background-color: rgb(191,151,28); }
div.DivClassName
{
background-color: #BF971C;
}
.BgClassName
{
background-color: #BF971C;
}
</style>
border-color css
<style>
span { border-color: #BF971C; }
span { border-color: rgb(191,151,28); }
td.TdClassName
{
border-color: #BF971C;
}
.TagClassName
{
border-color: #BF971C;
}
</style>