Shades of Roti #BEA03F
Tints of Roti #BEA03F
RGB
CMYK
RGB Variations
Color information
#BEA03F (or 0xBEA03F) is known color: Roti. HEX triplet: BE, A0 and 3F. RGB value is (190,160,63). Sum of RGB (Red+Green+Blue) = 190+160+63=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 160 (62.89% from 255 or 38.74% from 413); Blue value is 63 (25% from 255 or 15.25% from 413); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA03F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA03F is #415FC0. Grayscale: #9E9E9E. Windows color (decimal): -4284353 or 4169918. OLE color: 4169918.
HSL color Cylindrical-coordinate representation of color #BEA03F: hue angle of 45.83º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BEA03F is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 160 | 63 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.25 |
| HSL | 45.83º | 0.5% | 0.5% | - |
| HSV(B) | 45.83º | 0.67% | 0.75% | - |
| XYZ | 34.7 | 36.45 | 9.91 | - |
| YUV | 157.91 | 74.44 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 160 | 63 | 0 | 0.16 | 0.67 | 0.25 | 45.83 | 0.5 | 0.5 |
| Hex | BE | A0 | 3F | 0 | 10 | 43 | 19 | 2E | 32 | 32 |
| Octal | 276 | 240 | 77 | 0 | 20 | 103 | 31 | 56 | 62 | 62 |
| Binary | 10111110 | 10100000 | 111111 | 0 | 10000 | 1000011 | 11001 | 101110 | 110010 | 110010 |
Color Harmonies of #BEA03F
Complementary color
Monochromatic Colors of #BEA03F
Black with #BEA03F
Text Example
Text Example
White with #BEA03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA03F; }
p { color: rgb(190,160,63); }
H1.HeaderClassName
{
color: #BEA03F;
}
.AnyTagClassName
{
color: #BEA03F;
}
</style>
background-color css
<style>
a { background-color: #BEA03F; }
a { background-color: rgb(190,160,63); }
div.DivClassName
{
background-color: #BEA03F;
}
.BgClassName
{
background-color: #BEA03F;
}
</style>
border-color css
<style>
span { border-color: #BEA03F; }
span { border-color: rgb(190,160,63); }
td.TdClassName
{
border-color: #BEA03F;
}
.TagClassName
{
border-color: #BEA03F;
}
</style>