Shades of Buddha Gold #B5901B
Tints of Buddha Gold #B5901B
RGB
CMYK
RGB Variations
Color information
#B5901B (or 0xB5901B) is known color: Buddha Gold. HEX triplet: B5, 90 and 1B. RGB value is (181,144,27). Sum of RGB (Red+Green+Blue) = 181+144+27=352 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.42% from 352); Green value is 144 (56.64% from 255 or 40.91% from 352); Blue value is 27 (10.94% from 255 or 7.67% from 352); Max value from RGB is 181 - color contains mainly: red. Hex color #B5901B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5901B is #4A6FE4. Grayscale: #8E8E8E. Windows color (decimal): -4878309 or 1806517. OLE color: 1806517.
HSL color Cylindrical-coordinate representation of color #B5901B: hue angle of 45.58º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B5901B is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 144 | 27 | - |
| CMYK | 0 | 0.20 | 0.85 | 0.29 |
| HSL | 45.58º | 0.74% | 0.41% | - |
| HSV(B) | 45.58º | 0.85% | 0.71% | - |
| XYZ | 29.23 | 29.85 | 5.26 | - |
| YUV | 141.73 | 63.26 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 144 | 27 | 0 | 0.20 | 0.85 | 0.29 | 45.58 | 0.74 | 0.41 |
| Hex | B5 | 90 | 1B | 0 | 14 | 55 | 1D | 2E | 4A | 29 |
| Octal | 265 | 220 | 33 | 0 | 24 | 125 | 35 | 56 | 112 | 51 |
| Binary | 10110101 | 10010000 | 11011 | 0 | 10100 | 1010101 | 11101 | 101110 | 1001010 | 101001 |
Color Harmonies of #B5901B
Complementary color
Monochromatic Colors of #B5901B
Black with #B5901B
Text Example
Text Example
White with #B5901B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5901B; }
p { color: rgb(181,144,27); }
H1.HeaderClassName
{
color: #B5901B;
}
.AnyTagClassName
{
color: #B5901B;
}
</style>
background-color css
<style>
a { background-color: #B5901B; }
a { background-color: rgb(181,144,27); }
div.DivClassName
{
background-color: #B5901B;
}
.BgClassName
{
background-color: #B5901B;
}
</style>
border-color css
<style>
span { border-color: #B5901B; }
span { border-color: rgb(181,144,27); }
td.TdClassName
{
border-color: #B5901B;
}
.TagClassName
{
border-color: #B5901B;
}
</style>