Shades of Buddha Gold #B4931C
Tints of Buddha Gold #B4931C
RGB
CMYK
RGB Variations
Color information
#B4931C (or 0xB4931C) is known color: Buddha Gold. HEX triplet: B4, 93 and 1C. RGB value is (180,147,28). Sum of RGB (Red+Green+Blue) = 180+147+28=355 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.70% from 355); Green value is 147 (57.81% from 255 or 41.41% from 355); Blue value is 28 (11.33% from 255 or 7.89% from 355); Max value from RGB is 180 - color contains mainly: red. Hex color #B4931C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4931C is #4B6CE3. Grayscale: #8F8F8F. Windows color (decimal): -4943076 or 1872820. OLE color: 1872820.
HSL color Cylindrical-coordinate representation of color #B4931C: hue angle of 46.97º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B4931C is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 147 | 28 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.29 |
| HSL | 46.97º | 0.73% | 0.41% | - |
| HSV(B) | 46.97º | 0.84% | 0.71% | - |
| XYZ | 29.47 | 30.65 | 5.46 | - |
| YUV | 143.3 | 62.93 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 147 | 28 | 0 | 0.18 | 0.84 | 0.29 | 46.97 | 0.73 | 0.41 |
| Hex | B4 | 93 | 1C | 0 | 12 | 54 | 1D | 2F | 49 | 29 |
| Octal | 264 | 223 | 34 | 0 | 22 | 124 | 35 | 57 | 111 | 51 |
| Binary | 10110100 | 10010011 | 11100 | 0 | 10010 | 1010100 | 11101 | 101111 | 1001001 | 101001 |
Color Harmonies of #B4931C
Complementary color
Monochromatic Colors of #B4931C
Black with #B4931C
Text Example
Text Example
White with #B4931C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4931C; }
p { color: rgb(180,147,28); }
H1.HeaderClassName
{
color: #B4931C;
}
.AnyTagClassName
{
color: #B4931C;
}
</style>
background-color css
<style>
a { background-color: #B4931C; }
a { background-color: rgb(180,147,28); }
div.DivClassName
{
background-color: #B4931C;
}
.BgClassName
{
background-color: #B4931C;
}
</style>
border-color css
<style>
span { border-color: #B4931C; }
span { border-color: rgb(180,147,28); }
td.TdClassName
{
border-color: #B4931C;
}
.TagClassName
{
border-color: #B4931C;
}
</style>