Shades of Roti #B49844
Tints of Roti #B49844
RGB
CMYK
RGB Variations
Color information
#B49844 (or 0xB49844) is known color: Roti. HEX triplet: B4, 98 and 44. RGB value is (180,152,68). Sum of RGB (Red+Green+Blue) = 180+152+68=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 152 (59.77% from 255 or 38% from 400); Blue value is 68 (26.95% from 255 or 17% from 400); Max value from RGB is 180 - color contains mainly: red. Hex color #B49844 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49844 is #4B67BB. Grayscale: #979797. Windows color (decimal): -4941756 or 4495540. OLE color: 4495540.
HSL color Cylindrical-coordinate representation of color #B49844: hue angle of 45º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B49844 is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 152 | 68 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.29 |
| HSL | 45º | 0.45% | 0.49% | - |
| HSV(B) | 45º | 0.62% | 0.71% | - |
| XYZ | 31.09 | 32.58 | 10.12 | - |
| YUV | 150.8 | 81.28 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 152 | 68 | 0 | 0.16 | 0.62 | 0.29 | 45 | 0.45 | 0.49 |
| Hex | B4 | 98 | 44 | 0 | 10 | 3E | 1D | 2D | 2D | 31 |
| Octal | 264 | 230 | 104 | 0 | 20 | 76 | 35 | 55 | 55 | 61 |
| Binary | 10110100 | 10011000 | 1000100 | 0 | 10000 | 111110 | 11101 | 101101 | 101101 | 110001 |
Color Harmonies of #B49844
Complementary color
Monochromatic Colors of #B49844
Black with #B49844
Text Example
Text Example
White with #B49844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49844; }
p { color: rgb(180,152,68); }
H1.HeaderClassName
{
color: #B49844;
}
.AnyTagClassName
{
color: #B49844;
}
</style>
background-color css
<style>
a { background-color: #B49844; }
a { background-color: rgb(180,152,68); }
div.DivClassName
{
background-color: #B49844;
}
.BgClassName
{
background-color: #B49844;
}
</style>
border-color css
<style>
span { border-color: #B49844; }
span { border-color: rgb(180,152,68); }
td.TdClassName
{
border-color: #B49844;
}
.TagClassName
{
border-color: #B49844;
}
</style>