Shades of Roti #BE9945
Tints of Roti #BE9945
RGB
CMYK
RGB Variations
Color information
#BE9945 (or 0xBE9945) is known color: Roti. HEX triplet: BE, 99 and 45. RGB value is (190,153,69). Sum of RGB (Red+Green+Blue) = 190+153+69=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 69 (27.34% from 255 or 16.75% from 412); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9945 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9945 is #4166BA. Grayscale: #9A9A9A. Windows color (decimal): -4286139 or 4561342. OLE color: 4561342.
HSL color Cylindrical-coordinate representation of color #BE9945: hue angle of 41.65º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE9945 is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 153 | 69 | - |
| CMYK | 0 | 0.19 | 0.64 | 0.25 |
| HSL | 41.65º | 0.48% | 0.51% | - |
| HSV(B) | 41.65º | 0.64% | 0.75% | - |
| XYZ | 33.7 | 34.16 | 10.45 | - |
| YUV | 154.49 | 79.76 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 153 | 69 | 0 | 0.19 | 0.64 | 0.25 | 41.65 | 0.48 | 0.51 |
| Hex | BE | 99 | 45 | 0 | 13 | 40 | 19 | 2A | 30 | 33 |
| Octal | 276 | 231 | 105 | 0 | 23 | 100 | 31 | 52 | 60 | 63 |
| Binary | 10111110 | 10011001 | 1000101 | 0 | 10011 | 1000000 | 11001 | 101010 | 110000 | 110011 |
Color Harmonies of #BE9945
Complementary color
Monochromatic Colors of #BE9945
Black with #BE9945
Text Example
Text Example
White with #BE9945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9945; }
p { color: rgb(190,153,69); }
H1.HeaderClassName
{
color: #BE9945;
}
.AnyTagClassName
{
color: #BE9945;
}
</style>
background-color css
<style>
a { background-color: #BE9945; }
a { background-color: rgb(190,153,69); }
div.DivClassName
{
background-color: #BE9945;
}
.BgClassName
{
background-color: #BE9945;
}
</style>
border-color css
<style>
span { border-color: #BE9945; }
span { border-color: rgb(190,153,69); }
td.TdClassName
{
border-color: #BE9945;
}
.TagClassName
{
border-color: #BE9945;
}
</style>