Shades of Roti #BE9A3F
Tints of Roti #BE9A3F
RGB
CMYK
RGB Variations
Color information
#BE9A3F (or 0xBE9A3F) is known color: Roti. HEX triplet: BE, 9A and 3F. RGB value is (190,154,63). Sum of RGB (Red+Green+Blue) = 190+154+63=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 154 (60.55% from 255 or 37.84% from 407); Blue value is 63 (25% from 255 or 15.48% from 407); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9A3F is #4165C0. Grayscale: #9A9A9A. Windows color (decimal): -4285889 or 4168382. OLE color: 4168382.
HSL color Cylindrical-coordinate representation of color #BE9A3F: hue angle of 42.99º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE9A3F is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 154 | 63 | - |
| CMYK | 0 | 0.19 | 0.67 | 0.25 |
| HSL | 42.99º | 0.5% | 0.5% | - |
| HSV(B) | 42.99º | 0.67% | 0.75% | - |
| XYZ | 33.69 | 34.42 | 9.57 | - |
| YUV | 154.39 | 76.43 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 154 | 63 | 0 | 0.19 | 0.67 | 0.25 | 42.99 | 0.5 | 0.5 |
| Hex | BE | 9A | 3F | 0 | 13 | 43 | 19 | 2B | 32 | 32 |
| Octal | 276 | 232 | 77 | 0 | 23 | 103 | 31 | 53 | 62 | 62 |
| Binary | 10111110 | 10011010 | 111111 | 0 | 10011 | 1000011 | 11001 | 101011 | 110010 | 110010 |
Color Harmonies of #BE9A3F
Complementary color
Monochromatic Colors of #BE9A3F
Black with #BE9A3F
Text Example
Text Example
White with #BE9A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9A3F; }
p { color: rgb(190,154,63); }
H1.HeaderClassName
{
color: #BE9A3F;
}
.AnyTagClassName
{
color: #BE9A3F;
}
</style>
background-color css
<style>
a { background-color: #BE9A3F; }
a { background-color: rgb(190,154,63); }
div.DivClassName
{
background-color: #BE9A3F;
}
.BgClassName
{
background-color: #BE9A3F;
}
</style>
border-color css
<style>
span { border-color: #BE9A3F; }
span { border-color: rgb(190,154,63); }
td.TdClassName
{
border-color: #BE9A3F;
}
.TagClassName
{
border-color: #BE9A3F;
}
</style>