Shades of Buddha Gold #BF921D
Tints of Buddha Gold #BF921D
RGB
CMYK
RGB Variations
Color information
#BF921D (or 0xBF921D) is known color: Buddha Gold. HEX triplet: BF, 92 and 1D. RGB value is (191,146,29). Sum of RGB (Red+Green+Blue) = 191+146+29=366 (48% of max value = 765). Red value is 191 (75% from 255 or 52.19% from 366); Green value is 146 (57.42% from 255 or 39.89% from 366); Blue value is 29 (11.72% from 255 or 7.92% from 366); Max value from RGB is 191 - color contains mainly: red. Hex color #BF921D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF921D is #406DE2. Grayscale: #929292. Windows color (decimal): -4222435 or 1938111. OLE color: 1938111.
HSL color Cylindrical-coordinate representation of color #BF921D: hue angle of 43.33º 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 #BF921D is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 146 | 29 | - |
| CMYK | 0 | 0.24 | 0.85 | 0.25 |
| HSL | 43.33º | 0.74% | 0.43% | - |
| HSV(B) | 43.33º | 0.85% | 0.75% | - |
| XYZ | 31.99 | 31.72 | 5.6 | - |
| YUV | 146.12 | 61.91 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 146 | 29 | 0 | 0.24 | 0.85 | 0.25 | 43.33 | 0.74 | 0.43 |
| Hex | BF | 92 | 1D | 0 | 18 | 55 | 19 | 2B | 4A | 2B |
| Octal | 277 | 222 | 35 | 0 | 30 | 125 | 31 | 53 | 112 | 53 |
| Binary | 10111111 | 10010010 | 11101 | 0 | 11000 | 1010101 | 11001 | 101011 | 1001010 | 101011 |
Color Harmonies of #BF921D
Complementary color
Monochromatic Colors of #BF921D
Black with #BF921D
Text Example
Text Example
White with #BF921D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF921D; }
p { color: rgb(191,146,29); }
H1.HeaderClassName
{
color: #BF921D;
}
.AnyTagClassName
{
color: #BF921D;
}
</style>
background-color css
<style>
a { background-color: #BF921D; }
a { background-color: rgb(191,146,29); }
div.DivClassName
{
background-color: #BF921D;
}
.BgClassName
{
background-color: #BF921D;
}
</style>
border-color css
<style>
span { border-color: #BF921D; }
span { border-color: rgb(191,146,29); }
td.TdClassName
{
border-color: #BF921D;
}
.TagClassName
{
border-color: #BF921D;
}
</style>