Shades of Buddha Gold #BE901C
Tints of Buddha Gold #BE901C
RGB
CMYK
RGB Variations
Color information
#BE901C (or 0xBE901C) is known color: Buddha Gold. HEX triplet: BE, 90 and 1C. RGB value is (190,144,28). Sum of RGB (Red+Green+Blue) = 190+144+28=362 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.49% from 362); Green value is 144 (56.64% from 255 or 39.78% from 362); Blue value is 28 (11.33% from 255 or 7.73% from 362); Max value from RGB is 190 - color contains mainly: red. Hex color #BE901C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE901C is #416FE3. Grayscale: #919191. Windows color (decimal): -4288484 or 1872062. OLE color: 1872062.
HSL color Cylindrical-coordinate representation of color #BE901C: hue angle of 42.96º 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 #BE901C is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 144 | 28 | - |
| CMYK | 0 | 0.24 | 0.85 | 0.25 |
| HSL | 42.96º | 0.74% | 0.43% | - |
| HSV(B) | 42.96º | 0.85% | 0.75% | - |
| XYZ | 31.42 | 30.98 | 5.42 | - |
| YUV | 144.53 | 62.24 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 144 | 28 | 0 | 0.24 | 0.85 | 0.25 | 42.96 | 0.74 | 0.43 |
| Hex | BE | 90 | 1C | 0 | 18 | 55 | 19 | 2B | 4A | 2B |
| Octal | 276 | 220 | 34 | 0 | 30 | 125 | 31 | 53 | 112 | 53 |
| Binary | 10111110 | 10010000 | 11100 | 0 | 11000 | 1010101 | 11001 | 101011 | 1001010 | 101011 |
Color Harmonies of #BE901C
Complementary color
Monochromatic Colors of #BE901C
Black with #BE901C
Text Example
Text Example
White with #BE901C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE901C; }
p { color: rgb(190,144,28); }
H1.HeaderClassName
{
color: #BE901C;
}
.AnyTagClassName
{
color: #BE901C;
}
</style>
background-color css
<style>
a { background-color: #BE901C; }
a { background-color: rgb(190,144,28); }
div.DivClassName
{
background-color: #BE901C;
}
.BgClassName
{
background-color: #BE901C;
}
</style>
border-color css
<style>
span { border-color: #BE901C; }
span { border-color: rgb(190,144,28); }
td.TdClassName
{
border-color: #BE901C;
}
.TagClassName
{
border-color: #BE901C;
}
</style>