Shades of Roti #BE9C3E
Tints of Roti #BE9C3E
RGB
CMYK
RGB Variations
Color information
#BE9C3E (or 0xBE9C3E) is known color: Roti. HEX triplet: BE, 9C and 3E. RGB value is (190,156,62). Sum of RGB (Red+Green+Blue) = 190+156+62=408 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.57% from 408); Green value is 156 (61.33% from 255 or 38.24% from 408); Blue value is 62 (24.61% from 255 or 15.20% from 408); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9C3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9C3E is #4163C1. Grayscale: #9B9B9B. Windows color (decimal): -4285378 or 4103358. OLE color: 4103358.
HSL color Cylindrical-coordinate representation of color #BE9C3E: hue angle of 44.06º 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 #BE9C3E is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 156 | 62 | - |
| CMYK | 0 | 0.18 | 0.67 | 0.25 |
| HSL | 44.06º | 0.51% | 0.49% | - |
| HSV(B) | 44.06º | 0.67% | 0.75% | - |
| XYZ | 33.99 | 35.07 | 9.54 | - |
| YUV | 155.45 | 75.26 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 156 | 62 | 0 | 0.18 | 0.67 | 0.25 | 44.06 | 0.51 | 0.49 |
| Hex | BE | 9C | 3E | 0 | 12 | 43 | 19 | 2C | 33 | 31 |
| Octal | 276 | 234 | 76 | 0 | 22 | 103 | 31 | 54 | 63 | 61 |
| Binary | 10111110 | 10011100 | 111110 | 0 | 10010 | 1000011 | 11001 | 101100 | 110011 | 110001 |
Color Harmonies of #BE9C3E
Complementary color
Monochromatic Colors of #BE9C3E
Black with #BE9C3E
Text Example
Text Example
White with #BE9C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9C3E; }
p { color: rgb(190,156,62); }
H1.HeaderClassName
{
color: #BE9C3E;
}
.AnyTagClassName
{
color: #BE9C3E;
}
</style>
background-color css
<style>
a { background-color: #BE9C3E; }
a { background-color: rgb(190,156,62); }
div.DivClassName
{
background-color: #BE9C3E;
}
.BgClassName
{
background-color: #BE9C3E;
}
</style>
border-color css
<style>
span { border-color: #BE9C3E; }
span { border-color: rgb(190,156,62); }
td.TdClassName
{
border-color: #BE9C3E;
}
.TagClassName
{
border-color: #BE9C3E;
}
</style>