Shades of Buddha Gold #B7921B
Tints of Buddha Gold #B7921B
RGB
CMYK
RGB Variations
Color information
#B7921B (or 0xB7921B) is known color: Buddha Gold. HEX triplet: B7, 92 and 1B. RGB value is (183,146,27). Sum of RGB (Red+Green+Blue) = 183+146+27=356 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.40% from 356); Green value is 146 (57.42% from 255 or 41.01% from 356); Blue value is 27 (10.94% from 255 or 7.58% from 356); Max value from RGB is 183 - color contains mainly: red. Hex color #B7921B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7921B is #486DE4. Grayscale: #909090. Windows color (decimal): -4746725 or 1807031. OLE color: 1807031.
HSL color Cylindrical-coordinate representation of color #B7921B: hue angle of 45.77º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B7921B is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 146 | 27 | - |
| CMYK | 0 | 0.20 | 0.85 | 0.28 |
| HSL | 45.77º | 0.74% | 0.41% | - |
| HSV(B) | 45.77º | 0.85% | 0.72% | - |
| XYZ | 30.01 | 30.7 | 5.38 | - |
| YUV | 143.5 | 62.26 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 146 | 27 | 0 | 0.20 | 0.85 | 0.28 | 45.77 | 0.74 | 0.41 |
| Hex | B7 | 92 | 1B | 0 | 14 | 55 | 1C | 2E | 4A | 29 |
| Octal | 267 | 222 | 33 | 0 | 24 | 125 | 34 | 56 | 112 | 51 |
| Binary | 10110111 | 10010010 | 11011 | 0 | 10100 | 1010101 | 11100 | 101110 | 1001010 | 101001 |
Color Harmonies of #B7921B
Complementary color
Monochromatic Colors of #B7921B
Black with #B7921B
Text Example
Text Example
White with #B7921B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7921B; }
p { color: rgb(183,146,27); }
H1.HeaderClassName
{
color: #B7921B;
}
.AnyTagClassName
{
color: #B7921B;
}
</style>
background-color css
<style>
a { background-color: #B7921B; }
a { background-color: rgb(183,146,27); }
div.DivClassName
{
background-color: #B7921B;
}
.BgClassName
{
background-color: #B7921B;
}
</style>
border-color css
<style>
span { border-color: #B7921B; }
span { border-color: rgb(183,146,27); }
td.TdClassName
{
border-color: #B7921B;
}
.TagClassName
{
border-color: #B7921B;
}
</style>