Shades of Roti #BE9A41
Tints of Roti #BE9A41
RGB
CMYK
RGB Variations
Color information
#BE9A41 (or 0xBE9A41) is known color: Roti. HEX triplet: BE, 9A and 41. RGB value is (190,154,65). Sum of RGB (Red+Green+Blue) = 190+154+65=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 154 (60.55% from 255 or 37.65% from 409); Blue value is 65 (25.78% from 255 or 15.89% from 409); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9A41 is #4165BE. Grayscale: #9B9B9B. Windows color (decimal): -4285887 or 4299454. OLE color: 4299454.
HSL color Cylindrical-coordinate representation of color #BE9A41: hue angle of 42.72º degrees, saturation: 0.49, 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 #BE9A41 is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 154 | 65 | - |
| CMYK | 0 | 0.19 | 0.66 | 0.25 |
| HSL | 42.72º | 0.49% | 0.5% | - |
| HSV(B) | 42.72º | 0.66% | 0.75% | - |
| XYZ | 33.74 | 34.44 | 9.87 | - |
| YUV | 154.62 | 77.43 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 154 | 65 | 0 | 0.19 | 0.66 | 0.25 | 42.72 | 0.49 | 0.5 |
| Hex | BE | 9A | 41 | 0 | 13 | 42 | 19 | 2B | 31 | 32 |
| Octal | 276 | 232 | 101 | 0 | 23 | 102 | 31 | 53 | 61 | 62 |
| Binary | 10111110 | 10011010 | 1000001 | 0 | 10011 | 1000010 | 11001 | 101011 | 110001 | 110010 |
Color Harmonies of #BE9A41
Complementary color
Monochromatic Colors of #BE9A41
Black with #BE9A41
Text Example
Text Example
White with #BE9A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9A41; }
p { color: rgb(190,154,65); }
H1.HeaderClassName
{
color: #BE9A41;
}
.AnyTagClassName
{
color: #BE9A41;
}
</style>
background-color css
<style>
a { background-color: #BE9A41; }
a { background-color: rgb(190,154,65); }
div.DivClassName
{
background-color: #BE9A41;
}
.BgClassName
{
background-color: #BE9A41;
}
</style>
border-color css
<style>
span { border-color: #BE9A41; }
span { border-color: rgb(190,154,65); }
td.TdClassName
{
border-color: #BE9A41;
}
.TagClassName
{
border-color: #BE9A41;
}
</style>