Shades of Buddha Gold #BD9A1C
Tints of Buddha Gold #BD9A1C
RGB
CMYK
RGB Variations
Color information
#BD9A1C (or 0xBD9A1C) is known color: Buddha Gold. HEX triplet: BD, 9A and 1C. RGB value is (189,154,28). Sum of RGB (Red+Green+Blue) = 189+154+28=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 154 (60.55% from 255 or 41.51% from 371); Blue value is 28 (11.33% from 255 or 7.55% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9A1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9A1C is #4265E3. Grayscale: #969696. Windows color (decimal): -4351460 or 1874621. OLE color: 1874621.
HSL color Cylindrical-coordinate representation of color #BD9A1C: hue angle of 46.96º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD9A1C is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 154 | 28 | - |
| CMYK | 0 | 0.19 | 0.85 | 0.26 |
| HSL | 46.96º | 0.74% | 0.43% | - |
| HSV(B) | 46.96º | 0.85% | 0.74% | - |
| XYZ | 32.75 | 34.01 | 5.94 | - |
| YUV | 150.1 | 59.1 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 154 | 28 | 0 | 0.19 | 0.85 | 0.26 | 46.96 | 0.74 | 0.43 |
| Hex | BD | 9A | 1C | 0 | 13 | 55 | 1A | 2F | 4A | 2B |
| Octal | 275 | 232 | 34 | 0 | 23 | 125 | 32 | 57 | 112 | 53 |
| Binary | 10111101 | 10011010 | 11100 | 0 | 10011 | 1010101 | 11010 | 101111 | 1001010 | 101011 |
Color Harmonies of #BD9A1C
Complementary color
Monochromatic Colors of #BD9A1C
Black with #BD9A1C
Text Example
Text Example
White with #BD9A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9A1C; }
p { color: rgb(189,154,28); }
H1.HeaderClassName
{
color: #BD9A1C;
}
.AnyTagClassName
{
color: #BD9A1C;
}
</style>
background-color css
<style>
a { background-color: #BD9A1C; }
a { background-color: rgb(189,154,28); }
div.DivClassName
{
background-color: #BD9A1C;
}
.BgClassName
{
background-color: #BD9A1C;
}
</style>
border-color css
<style>
span { border-color: #BD9A1C; }
span { border-color: rgb(189,154,28); }
td.TdClassName
{
border-color: #BD9A1C;
}
.TagClassName
{
border-color: #BD9A1C;
}
</style>