Shades of Roti #BE973D
Tints of Roti #BE973D
RGB
CMYK
RGB Variations
Color information
#BE973D (or 0xBE973D) is known color: Roti. HEX triplet: BE, 97 and 3D. RGB value is (190,151,61). Sum of RGB (Red+Green+Blue) = 190+151+61=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 151 (59.38% from 255 or 37.56% from 402); Blue value is 61 (24.22% from 255 or 15.17% from 402); Max value from RGB is 190 - color contains mainly: red. Hex color #BE973D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE973D is #4168C2. Grayscale: #989898. Windows color (decimal): -4286659 or 4036542. OLE color: 4036542.
HSL color Cylindrical-coordinate representation of color #BE973D: hue angle of 41.86º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE973D is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 151 | 61 | - |
| CMYK | 0 | 0.21 | 0.68 | 0.25 |
| HSL | 41.86º | 0.51% | 0.49% | - |
| HSV(B) | 41.86º | 0.68% | 0.75% | - |
| XYZ | 33.14 | 33.42 | 9.12 | - |
| YUV | 152.4 | 76.42 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 151 | 61 | 0 | 0.21 | 0.68 | 0.25 | 41.86 | 0.51 | 0.49 |
| Hex | BE | 97 | 3D | 0 | 15 | 44 | 19 | 2A | 33 | 31 |
| Octal | 276 | 227 | 75 | 0 | 25 | 104 | 31 | 52 | 63 | 61 |
| Binary | 10111110 | 10010111 | 111101 | 0 | 10101 | 1000100 | 11001 | 101010 | 110011 | 110001 |
Color Harmonies of #BE973D
Complementary color
Monochromatic Colors of #BE973D
Black with #BE973D
Text Example
Text Example
White with #BE973D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE973D; }
p { color: rgb(190,151,61); }
H1.HeaderClassName
{
color: #BE973D;
}
.AnyTagClassName
{
color: #BE973D;
}
</style>
background-color css
<style>
a { background-color: #BE973D; }
a { background-color: rgb(190,151,61); }
div.DivClassName
{
background-color: #BE973D;
}
.BgClassName
{
background-color: #BE973D;
}
</style>
border-color css
<style>
span { border-color: #BE973D; }
span { border-color: rgb(190,151,61); }
td.TdClassName
{
border-color: #BE973D;
}
.TagClassName
{
border-color: #BE973D;
}
</style>