Shades of Buddha Gold #B5921B
Tints of Buddha Gold #B5921B
RGB
CMYK
RGB Variations
Color information
#B5921B (or 0xB5921B) is known color: Buddha Gold. HEX triplet: B5, 92 and 1B. RGB value is (181,146,27). Sum of RGB (Red+Green+Blue) = 181+146+27=354 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.13% from 354); Green value is 146 (57.42% from 255 or 41.24% from 354); Blue value is 27 (10.94% from 255 or 7.63% from 354); Max value from RGB is 181 - color contains mainly: red. Hex color #B5921B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5921B is #4A6DE4. Grayscale: #8F8F8F. Windows color (decimal): -4877797 or 1807029. OLE color: 1807029.
HSL color Cylindrical-coordinate representation of color #B5921B: hue angle of 46.36º 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 #B5921B is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 146 | 27 | - |
| CMYK | 0 | 0.19 | 0.85 | 0.29 |
| HSL | 46.36º | 0.74% | 0.41% | - |
| HSV(B) | 46.36º | 0.85% | 0.71% | - |
| XYZ | 29.53 | 30.46 | 5.36 | - |
| YUV | 142.9 | 62.6 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 146 | 27 | 0 | 0.19 | 0.85 | 0.29 | 46.36 | 0.74 | 0.41 |
| Hex | B5 | 92 | 1B | 0 | 13 | 55 | 1D | 2E | 4A | 29 |
| Octal | 265 | 222 | 33 | 0 | 23 | 125 | 35 | 56 | 112 | 51 |
| Binary | 10110101 | 10010010 | 11011 | 0 | 10011 | 1010101 | 11101 | 101110 | 1001010 | 101001 |
Color Harmonies of #B5921B
Complementary color
Monochromatic Colors of #B5921B
Black with #B5921B
Text Example
Text Example
White with #B5921B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5921B; }
p { color: rgb(181,146,27); }
H1.HeaderClassName
{
color: #B5921B;
}
.AnyTagClassName
{
color: #B5921B;
}
</style>
background-color css
<style>
a { background-color: #B5921B; }
a { background-color: rgb(181,146,27); }
div.DivClassName
{
background-color: #B5921B;
}
.BgClassName
{
background-color: #B5921B;
}
</style>
border-color css
<style>
span { border-color: #B5921B; }
span { border-color: rgb(181,146,27); }
td.TdClassName
{
border-color: #B5921B;
}
.TagClassName
{
border-color: #B5921B;
}
</style>