Shades of Roti #BE9F3E
Tints of Roti #BE9F3E
RGB
CMYK
RGB Variations
Color information
#BE9F3E (or 0xBE9F3E) is known color: Roti. HEX triplet: BE, 9F and 3E. RGB value is (190,159,62). Sum of RGB (Red+Green+Blue) = 190+159+62=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 159 (62.5% from 255 or 38.69% from 411); Blue value is 62 (24.61% from 255 or 15.09% from 411); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9F3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9F3E is #4160C1. Grayscale: #9D9D9D. Windows color (decimal): -4284610 or 4104126. OLE color: 4104126.
HSL color Cylindrical-coordinate representation of color #BE9F3E: hue angle of 45.47º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE9F3E is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 159 | 62 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.25 |
| HSL | 45.47º | 0.51% | 0.49% | - |
| HSV(B) | 45.47º | 0.67% | 0.75% | - |
| XYZ | 34.5 | 36.09 | 9.71 | - |
| YUV | 157.21 | 74.27 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 159 | 62 | 0 | 0.16 | 0.67 | 0.25 | 45.47 | 0.51 | 0.49 |
| Hex | BE | 9F | 3E | 0 | 10 | 43 | 19 | 2D | 33 | 31 |
| Octal | 276 | 237 | 76 | 0 | 20 | 103 | 31 | 55 | 63 | 61 |
| Binary | 10111110 | 10011111 | 111110 | 0 | 10000 | 1000011 | 11001 | 101101 | 110011 | 110001 |
Color Harmonies of #BE9F3E
Complementary color
Monochromatic Colors of #BE9F3E
Black with #BE9F3E
Text Example
Text Example
White with #BE9F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9F3E; }
p { color: rgb(190,159,62); }
H1.HeaderClassName
{
color: #BE9F3E;
}
.AnyTagClassName
{
color: #BE9F3E;
}
</style>
background-color css
<style>
a { background-color: #BE9F3E; }
a { background-color: rgb(190,159,62); }
div.DivClassName
{
background-color: #BE9F3E;
}
.BgClassName
{
background-color: #BE9F3E;
}
</style>
border-color css
<style>
span { border-color: #BE9F3E; }
span { border-color: rgb(190,159,62); }
td.TdClassName
{
border-color: #BE9F3E;
}
.TagClassName
{
border-color: #BE9F3E;
}
</style>