Shades of Roti #BE973F
Tints of Roti #BE973F
RGB
CMYK
RGB Variations
Color information
#BE973F (or 0xBE973F) is known color: Roti. HEX triplet: BE, 97 and 3F. RGB value is (190,151,63). Sum of RGB (Red+Green+Blue) = 190+151+63=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 151 (59.38% from 255 or 37.38% from 404); Blue value is 63 (25% from 255 or 15.59% from 404); Max value from RGB is 190 - color contains mainly: red. Hex color #BE973F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE973F is #4168C0. Grayscale: #999999. Windows color (decimal): -4286657 or 4167614. OLE color: 4167614.
HSL color Cylindrical-coordinate representation of color #BE973F: hue angle of 41.57º 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 #BE973F is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 151 | 63 | - |
| CMYK | 0 | 0.21 | 0.67 | 0.25 |
| HSL | 41.57º | 0.5% | 0.5% | - |
| HSV(B) | 41.57º | 0.67% | 0.75% | - |
| XYZ | 33.2 | 33.44 | 9.41 | - |
| YUV | 152.63 | 77.42 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 151 | 63 | 0 | 0.21 | 0.67 | 0.25 | 41.57 | 0.5 | 0.5 |
| Hex | BE | 97 | 3F | 0 | 15 | 43 | 19 | 2A | 32 | 32 |
| Octal | 276 | 227 | 77 | 0 | 25 | 103 | 31 | 52 | 62 | 62 |
| Binary | 10111110 | 10010111 | 111111 | 0 | 10101 | 1000011 | 11001 | 101010 | 110010 | 110010 |
Color Harmonies of #BE973F
Complementary color
Monochromatic Colors of #BE973F
Black with #BE973F
Text Example
Text Example
White with #BE973F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE973F; }
p { color: rgb(190,151,63); }
H1.HeaderClassName
{
color: #BE973F;
}
.AnyTagClassName
{
color: #BE973F;
}
</style>
background-color css
<style>
a { background-color: #BE973F; }
a { background-color: rgb(190,151,63); }
div.DivClassName
{
background-color: #BE973F;
}
.BgClassName
{
background-color: #BE973F;
}
</style>
border-color css
<style>
span { border-color: #BE973F; }
span { border-color: rgb(190,151,63); }
td.TdClassName
{
border-color: #BE973F;
}
.TagClassName
{
border-color: #BE973F;
}
</style>