Shades of Buddha Gold #BE981D
Tints of Buddha Gold #BE981D
RGB
CMYK
RGB Variations
Color information
#BE981D (or 0xBE981D) is known color: Buddha Gold. HEX triplet: BE, 98 and 1D. RGB value is (190,152,29). Sum of RGB (Red+Green+Blue) = 190+152+29=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 152 (59.77% from 255 or 40.97% from 371); Blue value is 29 (11.72% from 255 or 7.82% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE981D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE981D is #4167E2. Grayscale: #959595. Windows color (decimal): -4286435 or 1939646. OLE color: 1939646.
HSL color Cylindrical-coordinate representation of color #BE981D: hue angle of 45.84º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BE981D is Cyan = 0, Magento = 0.2, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 152 | 29 | - |
| CMYK | 0 | 0.2 | 0.85 | 0.25 |
| HSL | 45.84º | 0.74% | 0.43% | - |
| HSV(B) | 45.84º | 0.85% | 0.75% | - |
| XYZ | 32.69 | 33.49 | 5.9 | - |
| YUV | 149.34 | 60.09 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 152 | 29 | 0 | 0.2 | 0.85 | 0.25 | 45.84 | 0.74 | 0.43 |
| Hex | BE | 98 | 1D | 0 | 14 | 55 | 19 | 2E | 4A | 2B |
| Octal | 276 | 230 | 35 | 0 | 24 | 125 | 31 | 56 | 112 | 53 |
| Binary | 10111110 | 10011000 | 11101 | 0 | 10100 | 1010101 | 11001 | 101110 | 1001010 | 101011 |
Color Harmonies of #BE981D
Complementary color
Monochromatic Colors of #BE981D
Black with #BE981D
Text Example
Text Example
White with #BE981D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE981D; }
p { color: rgb(190,152,29); }
H1.HeaderClassName
{
color: #BE981D;
}
.AnyTagClassName
{
color: #BE981D;
}
</style>
background-color css
<style>
a { background-color: #BE981D; }
a { background-color: rgb(190,152,29); }
div.DivClassName
{
background-color: #BE981D;
}
.BgClassName
{
background-color: #BE981D;
}
</style>
border-color css
<style>
span { border-color: #BE981D; }
span { border-color: rgb(190,152,29); }
td.TdClassName
{
border-color: #BE981D;
}
.TagClassName
{
border-color: #BE981D;
}
</style>