Shades of Roti #B49044
Tints of Roti #B49044
RGB
CMYK
RGB Variations
Color information
#B49044 (or 0xB49044) is known color: Roti. HEX triplet: B4, 90 and 44. RGB value is (180,144,68). Sum of RGB (Red+Green+Blue) = 180+144+68=392 (51% of max value = 765). Red value is 180 (70.70% from 255 or 45.92% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 68 (26.95% from 255 or 17.35% from 392); Max value from RGB is 180 - color contains mainly: red. Hex color #B49044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49044 is #4B6FBB. Grayscale: #929292. Windows color (decimal): -4943804 or 4493492. OLE color: 4493492.
HSL color Cylindrical-coordinate representation of color #B49044: hue angle of 40.71º 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 #B49044 is Cyan = 0, Magento = 0.2, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 144 | 68 | - |
| CMYK | 0 | 0.2 | 0.62 | 0.29 |
| HSL | 40.71º | 0.45% | 0.49% | - |
| HSV(B) | 40.71º | 0.62% | 0.71% | - |
| XYZ | 29.84 | 30.07 | 9.7 | - |
| YUV | 146.1 | 83.93 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 144 | 68 | 0 | 0.2 | 0.62 | 0.29 | 40.71 | 0.45 | 0.49 |
| Hex | B4 | 90 | 44 | 0 | 14 | 3E | 1D | 29 | 2D | 31 |
| Octal | 264 | 220 | 104 | 0 | 24 | 76 | 35 | 51 | 55 | 61 |
| Binary | 10110100 | 10010000 | 1000100 | 0 | 10100 | 111110 | 11101 | 101001 | 101101 | 110001 |
Color Harmonies of #B49044
Complementary color
Monochromatic Colors of #B49044
Black with #B49044
Text Example
Text Example
White with #B49044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49044; }
p { color: rgb(180,144,68); }
H1.HeaderClassName
{
color: #B49044;
}
.AnyTagClassName
{
color: #B49044;
}
</style>
background-color css
<style>
a { background-color: #B49044; }
a { background-color: rgb(180,144,68); }
div.DivClassName
{
background-color: #B49044;
}
.BgClassName
{
background-color: #B49044;
}
</style>
border-color css
<style>
span { border-color: #B49044; }
span { border-color: rgb(180,144,68); }
td.TdClassName
{
border-color: #B49044;
}
.TagClassName
{
border-color: #B49044;
}
</style>