Shades of Roti #BE9744
Tints of Roti #BE9744
RGB
CMYK
RGB Variations
Color information
#BE9744 (or 0xBE9744) is known color: Roti. HEX triplet: BE, 97 and 44. RGB value is (190,151,68). Sum of RGB (Red+Green+Blue) = 190+151+68=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 151 (59.38% from 255 or 36.92% from 409); Blue value is 68 (26.95% from 255 or 16.63% from 409); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9744 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9744 is #4168BB. Grayscale: #999999. Windows color (decimal): -4286652 or 4495294. OLE color: 4495294.
HSL color Cylindrical-coordinate representation of color #BE9744: hue angle of 40.82º 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 #BE9744 is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 151 | 68 | - |
| CMYK | 0 | 0.21 | 0.64 | 0.25 |
| HSL | 40.82º | 0.48% | 0.51% | - |
| HSV(B) | 40.82º | 0.64% | 0.75% | - |
| XYZ | 33.35 | 33.5 | 10.18 | - |
| YUV | 153.2 | 79.92 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 151 | 68 | 0 | 0.21 | 0.64 | 0.25 | 40.82 | 0.48 | 0.51 |
| Hex | BE | 97 | 44 | 0 | 15 | 40 | 19 | 29 | 30 | 33 |
| Octal | 276 | 227 | 104 | 0 | 25 | 100 | 31 | 51 | 60 | 63 |
| Binary | 10111110 | 10010111 | 1000100 | 0 | 10101 | 1000000 | 11001 | 101001 | 110000 | 110011 |
Color Harmonies of #BE9744
Complementary color
Monochromatic Colors of #BE9744
Black with #BE9744
Text Example
Text Example
White with #BE9744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9744; }
p { color: rgb(190,151,68); }
H1.HeaderClassName
{
color: #BE9744;
}
.AnyTagClassName
{
color: #BE9744;
}
</style>
background-color css
<style>
a { background-color: #BE9744; }
a { background-color: rgb(190,151,68); }
div.DivClassName
{
background-color: #BE9744;
}
.BgClassName
{
background-color: #BE9744;
}
</style>
border-color css
<style>
span { border-color: #BE9744; }
span { border-color: rgb(190,151,68); }
td.TdClassName
{
border-color: #BE9744;
}
.TagClassName
{
border-color: #BE9744;
}
</style>