Shades of Roti #BE9E3C
Tints of Roti #BE9E3C
RGB
CMYK
RGB Variations
Color information
#BE9E3C (or 0xBE9E3C) is known color: Roti. HEX triplet: BE, 9E and 3C. RGB value is (190,158,60). Sum of RGB (Red+Green+Blue) = 190+158+60=408 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.57% from 408); Green value is 158 (62.11% from 255 or 38.73% from 408); Blue value is 60 (23.83% from 255 or 14.71% from 408); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9E3C is #4161C3. Grayscale: #9C9C9C. Windows color (decimal): -4284868 or 3972798. OLE color: 3972798.
HSL color Cylindrical-coordinate representation of color #BE9E3C: hue angle of 45.23º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE9E3C is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 158 | 60 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.25 |
| HSL | 45.23º | 0.52% | 0.49% | - |
| HSV(B) | 45.23º | 0.68% | 0.75% | - |
| XYZ | 34.28 | 35.73 | 9.36 | - |
| YUV | 156.4 | 73.6 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 158 | 60 | 0 | 0.17 | 0.68 | 0.25 | 45.23 | 0.52 | 0.49 |
| Hex | BE | 9E | 3C | 0 | 11 | 44 | 19 | 2D | 34 | 31 |
| Octal | 276 | 236 | 74 | 0 | 21 | 104 | 31 | 55 | 64 | 61 |
| Binary | 10111110 | 10011110 | 111100 | 0 | 10001 | 1000100 | 11001 | 101101 | 110100 | 110001 |
Color Harmonies of #BE9E3C
Complementary color
Monochromatic Colors of #BE9E3C
Black with #BE9E3C
Text Example
Text Example
White with #BE9E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9E3C; }
p { color: rgb(190,158,60); }
H1.HeaderClassName
{
color: #BE9E3C;
}
.AnyTagClassName
{
color: #BE9E3C;
}
</style>
background-color css
<style>
a { background-color: #BE9E3C; }
a { background-color: rgb(190,158,60); }
div.DivClassName
{
background-color: #BE9E3C;
}
.BgClassName
{
background-color: #BE9E3C;
}
</style>
border-color css
<style>
span { border-color: #BE9E3C; }
span { border-color: rgb(190,158,60); }
td.TdClassName
{
border-color: #BE9E3C;
}
.TagClassName
{
border-color: #BE9E3C;
}
</style>