Shades of Roti #BE9B40
Tints of Roti #BE9B40
RGB
CMYK
RGB Variations
Color information
#BE9B40 (or 0xBE9B40) is known color: Roti. HEX triplet: BE, 9B and 40. RGB value is (190,155,64). Sum of RGB (Red+Green+Blue) = 190+155+64=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 64 (25.39% from 255 or 15.65% from 409); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9B40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9B40 is #4164BF. Grayscale: #9B9B9B. Windows color (decimal): -4285632 or 4234174. OLE color: 4234174.
HSL color Cylindrical-coordinate representation of color #BE9B40: hue angle of 43.33º degrees, saturation: 0.5, 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 #BE9B40 is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 155 | 64 | - |
| CMYK | 0 | 0.18 | 0.66 | 0.25 |
| HSL | 43.33º | 0.5% | 0.5% | - |
| HSV(B) | 43.33º | 0.66% | 0.75% | - |
| XYZ | 33.88 | 34.76 | 9.77 | - |
| YUV | 155.09 | 76.6 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 155 | 64 | 0 | 0.18 | 0.66 | 0.25 | 43.33 | 0.5 | 0.5 |
| Hex | BE | 9B | 40 | 0 | 12 | 42 | 19 | 2B | 32 | 32 |
| Octal | 276 | 233 | 100 | 0 | 22 | 102 | 31 | 53 | 62 | 62 |
| Binary | 10111110 | 10011011 | 1000000 | 0 | 10010 | 1000010 | 11001 | 101011 | 110010 | 110010 |
Color Harmonies of #BE9B40
Complementary color
Monochromatic Colors of #BE9B40
Black with #BE9B40
Text Example
Text Example
White with #BE9B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9B40; }
p { color: rgb(190,155,64); }
H1.HeaderClassName
{
color: #BE9B40;
}
.AnyTagClassName
{
color: #BE9B40;
}
</style>
background-color css
<style>
a { background-color: #BE9B40; }
a { background-color: rgb(190,155,64); }
div.DivClassName
{
background-color: #BE9B40;
}
.BgClassName
{
background-color: #BE9B40;
}
</style>
border-color css
<style>
span { border-color: #BE9B40; }
span { border-color: rgb(190,155,64); }
td.TdClassName
{
border-color: #BE9B40;
}
.TagClassName
{
border-color: #BE9B40;
}
</style>