Shades of Roti #BE953E
Tints of Roti #BE953E
RGB
CMYK
RGB Variations
Color information
#BE953E (or 0xBE953E) is known color: Roti. HEX triplet: BE, 95 and 3E. RGB value is (190,149,62). Sum of RGB (Red+Green+Blue) = 190+149+62=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 62 (24.61% from 255 or 15.46% from 401); Max value from RGB is 190 - color contains mainly: red. Hex color #BE953E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE953E is #416AC1. Grayscale: #979797. Windows color (decimal): -4287170 or 4101566. OLE color: 4101566.
HSL color Cylindrical-coordinate representation of color #BE953E: hue angle of 40.78º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE953E is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 149 | 62 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.25 |
| HSL | 40.78º | 0.51% | 0.49% | - |
| HSV(B) | 40.78º | 0.67% | 0.75% | - |
| XYZ | 32.85 | 32.79 | 9.16 | - |
| YUV | 151.34 | 77.58 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 149 | 62 | 0 | 0.22 | 0.67 | 0.25 | 40.78 | 0.51 | 0.49 |
| Hex | BE | 95 | 3E | 0 | 16 | 43 | 19 | 29 | 33 | 31 |
| Octal | 276 | 225 | 76 | 0 | 26 | 103 | 31 | 51 | 63 | 61 |
| Binary | 10111110 | 10010101 | 111110 | 0 | 10110 | 1000011 | 11001 | 101001 | 110011 | 110001 |
Color Harmonies of #BE953E
Complementary color
Monochromatic Colors of #BE953E
Black with #BE953E
Text Example
Text Example
White with #BE953E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE953E; }
p { color: rgb(190,149,62); }
H1.HeaderClassName
{
color: #BE953E;
}
.AnyTagClassName
{
color: #BE953E;
}
</style>
background-color css
<style>
a { background-color: #BE953E; }
a { background-color: rgb(190,149,62); }
div.DivClassName
{
background-color: #BE953E;
}
.BgClassName
{
background-color: #BE953E;
}
</style>
border-color css
<style>
span { border-color: #BE953E; }
span { border-color: rgb(190,149,62); }
td.TdClassName
{
border-color: #BE953E;
}
.TagClassName
{
border-color: #BE953E;
}
</style>