Shades of Roti #B49836
Tints of Roti #B49836
RGB
CMYK
RGB Variations
Color information
#B49836 (or 0xB49836) is known color: Roti. HEX triplet: B4, 98 and 36. RGB value is (180,152,54). Sum of RGB (Red+Green+Blue) = 180+152+54=386 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.63% from 386); Green value is 152 (59.77% from 255 or 39.38% from 386); Blue value is 54 (21.48% from 255 or 13.99% from 386); Max value from RGB is 180 - color contains mainly: red. Hex color #B49836 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49836 is #4B67C9. Grayscale: #959595. Windows color (decimal): -4941770 or 3578036. OLE color: 3578036.
HSL color Cylindrical-coordinate representation of color #B49836: hue angle of 46.67º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B49836 is Cyan = 0, Magento = 0.16, Yellow = 0.7 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 152 | 54 | - |
| CMYK | 0 | 0.16 | 0.7 | 0.29 |
| HSL | 46.67º | 0.54% | 0.46% | - |
| HSV(B) | 46.67º | 0.7% | 0.71% | - |
| XYZ | 30.72 | 32.43 | 8.13 | - |
| YUV | 149.2 | 74.28 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 152 | 54 | 0 | 0.16 | 0.7 | 0.29 | 46.67 | 0.54 | 0.46 |
| Hex | B4 | 98 | 36 | 0 | 10 | 46 | 1D | 2F | 36 | 2E |
| Octal | 264 | 230 | 66 | 0 | 20 | 106 | 35 | 57 | 66 | 56 |
| Binary | 10110100 | 10011000 | 110110 | 0 | 10000 | 1000110 | 11101 | 101111 | 110110 | 101110 |
Color Harmonies of #B49836
Complementary color
Monochromatic Colors of #B49836
Black with #B49836
Text Example
Text Example
White with #B49836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49836; }
p { color: rgb(180,152,54); }
H1.HeaderClassName
{
color: #B49836;
}
.AnyTagClassName
{
color: #B49836;
}
</style>
background-color css
<style>
a { background-color: #B49836; }
a { background-color: rgb(180,152,54); }
div.DivClassName
{
background-color: #B49836;
}
.BgClassName
{
background-color: #B49836;
}
</style>
border-color css
<style>
span { border-color: #B49836; }
span { border-color: rgb(180,152,54); }
td.TdClassName
{
border-color: #B49836;
}
.TagClassName
{
border-color: #B49836;
}
</style>