Shades of Roti #BE9F40
Tints of Roti #BE9F40
RGB
CMYK
RGB Variations
Color information
#BE9F40 (or 0xBE9F40) is known color: Roti. HEX triplet: BE, 9F and 40. RGB value is (190,159,64). Sum of RGB (Red+Green+Blue) = 190+159+64=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 159 (62.5% from 255 or 38.50% from 413); Blue value is 64 (25.39% from 255 or 15.50% from 413); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9F40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9F40 is #4160BF. Grayscale: #9D9D9D. Windows color (decimal): -4284608 or 4235198. OLE color: 4235198.
HSL color Cylindrical-coordinate representation of color #BE9F40: hue angle of 45.24º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE9F40 is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 159 | 64 | - |
| CMYK | 0 | 0.16 | 0.66 | 0.25 |
| HSL | 45.24º | 0.5% | 0.5% | - |
| HSV(B) | 45.24º | 0.66% | 0.75% | - |
| XYZ | 34.56 | 36.11 | 10 | - |
| YUV | 157.44 | 75.27 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 159 | 64 | 0 | 0.16 | 0.66 | 0.25 | 45.24 | 0.5 | 0.5 |
| Hex | BE | 9F | 40 | 0 | 10 | 42 | 19 | 2D | 32 | 32 |
| Octal | 276 | 237 | 100 | 0 | 20 | 102 | 31 | 55 | 62 | 62 |
| Binary | 10111110 | 10011111 | 1000000 | 0 | 10000 | 1000010 | 11001 | 101101 | 110010 | 110010 |
Color Harmonies of #BE9F40
Complementary color
Monochromatic Colors of #BE9F40
Black with #BE9F40
Text Example
Text Example
White with #BE9F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9F40; }
p { color: rgb(190,159,64); }
H1.HeaderClassName
{
color: #BE9F40;
}
.AnyTagClassName
{
color: #BE9F40;
}
</style>
background-color css
<style>
a { background-color: #BE9F40; }
a { background-color: rgb(190,159,64); }
div.DivClassName
{
background-color: #BE9F40;
}
.BgClassName
{
background-color: #BE9F40;
}
</style>
border-color css
<style>
span { border-color: #BE9F40; }
span { border-color: rgb(190,159,64); }
td.TdClassName
{
border-color: #BE9F40;
}
.TagClassName
{
border-color: #BE9F40;
}
</style>