Shades of Buddha Gold #B7901C
Tints of Buddha Gold #B7901C
RGB
CMYK
RGB Variations
Color information
#B7901C (or 0xB7901C) is known color: Buddha Gold. HEX triplet: B7, 90 and 1C. RGB value is (183,144,28). Sum of RGB (Red+Green+Blue) = 183+144+28=355 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.55% from 355); Green value is 144 (56.64% from 255 or 40.56% from 355); Blue value is 28 (11.33% from 255 or 7.89% from 355); Max value from RGB is 183 - color contains mainly: red. Hex color #B7901C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7901C is #486FE3. Grayscale: #8E8E8E. Windows color (decimal): -4747236 or 1872055. OLE color: 1872055.
HSL color Cylindrical-coordinate representation of color #B7901C: hue angle of 44.9º degrees, saturation: 0.73, 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 #B7901C is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 144 | 28 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.28 |
| HSL | 44.9º | 0.73% | 0.41% | - |
| HSV(B) | 44.9º | 0.85% | 0.72% | - |
| XYZ | 29.71 | 30.1 | 5.34 | - |
| YUV | 142.44 | 63.42 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 144 | 28 | 0 | 0.21 | 0.85 | 0.28 | 44.9 | 0.73 | 0.41 |
| Hex | B7 | 90 | 1C | 0 | 15 | 55 | 1C | 2D | 49 | 29 |
| Octal | 267 | 220 | 34 | 0 | 25 | 125 | 34 | 55 | 111 | 51 |
| Binary | 10110111 | 10010000 | 11100 | 0 | 10101 | 1010101 | 11100 | 101101 | 1001001 | 101001 |
Color Harmonies of #B7901C
Complementary color
Monochromatic Colors of #B7901C
Black with #B7901C
Text Example
Text Example
White with #B7901C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7901C; }
p { color: rgb(183,144,28); }
H1.HeaderClassName
{
color: #B7901C;
}
.AnyTagClassName
{
color: #B7901C;
}
</style>
background-color css
<style>
a { background-color: #B7901C; }
a { background-color: rgb(183,144,28); }
div.DivClassName
{
background-color: #B7901C;
}
.BgClassName
{
background-color: #B7901C;
}
</style>
border-color css
<style>
span { border-color: #B7901C; }
span { border-color: rgb(183,144,28); }
td.TdClassName
{
border-color: #B7901C;
}
.TagClassName
{
border-color: #B7901C;
}
</style>