Shades of Buddha Gold #BD901B
Tints of Buddha Gold #BD901B
RGB
CMYK
RGB Variations
Color information
#BD901B (or 0xBD901B) is known color: Buddha Gold. HEX triplet: BD, 90 and 1B. RGB value is (189,144,27). Sum of RGB (Red+Green+Blue) = 189+144+27=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 144 (56.64% from 255 or 40% from 360); Blue value is 27 (10.94% from 255 or 7.5% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BD901B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD901B is #426FE4. Grayscale: #909090. Windows color (decimal): -4354021 or 1806525. OLE color: 1806525.
HSL color Cylindrical-coordinate representation of color #BD901B: hue angle of 43.33º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD901B is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 144 | 27 | - |
| CMYK | 0 | 0.24 | 0.86 | 0.26 |
| HSL | 43.33º | 0.75% | 0.42% | - |
| HSV(B) | 43.33º | 0.86% | 0.74% | - |
| XYZ | 31.16 | 30.84 | 5.35 | - |
| YUV | 144.12 | 61.91 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 144 | 27 | 0 | 0.24 | 0.86 | 0.26 | 43.33 | 0.75 | 0.42 |
| Hex | BD | 90 | 1B | 0 | 18 | 56 | 1A | 2B | 4B | 2A |
| Octal | 275 | 220 | 33 | 0 | 30 | 126 | 32 | 53 | 113 | 52 |
| Binary | 10111101 | 10010000 | 11011 | 0 | 11000 | 1010110 | 11010 | 101011 | 1001011 | 101010 |
Color Harmonies of #BD901B
Complementary color
Monochromatic Colors of #BD901B
Black with #BD901B
Text Example
Text Example
White with #BD901B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD901B; }
p { color: rgb(189,144,27); }
H1.HeaderClassName
{
color: #BD901B;
}
.AnyTagClassName
{
color: #BD901B;
}
</style>
background-color css
<style>
a { background-color: #BD901B; }
a { background-color: rgb(189,144,27); }
div.DivClassName
{
background-color: #BD901B;
}
.BgClassName
{
background-color: #BD901B;
}
</style>
border-color css
<style>
span { border-color: #BD901B; }
span { border-color: rgb(189,144,27); }
td.TdClassName
{
border-color: #BD901B;
}
.TagClassName
{
border-color: #BD901B;
}
</style>