Shades of Roti #B49944
Tints of Roti #B49944
RGB
CMYK
RGB Variations
Color information
#B49944 (or 0xB49944) is known color: Roti. HEX triplet: B4, 99 and 44. RGB value is (180,153,68). Sum of RGB (Red+Green+Blue) = 180+153+68=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 153 (60.16% from 255 or 38.15% from 401); Blue value is 68 (26.95% from 255 or 16.96% from 401); Max value from RGB is 180 - color contains mainly: red. Hex color #B49944 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49944 is #4B66BB. Grayscale: #979797. Windows color (decimal): -4941500 or 4495796. OLE color: 4495796.
HSL color Cylindrical-coordinate representation of color #B49944: hue angle of 45.54º 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 #B49944 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 153 | 68 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.29 |
| HSL | 45.54º | 0.45% | 0.49% | - |
| HSV(B) | 45.54º | 0.62% | 0.71% | - |
| XYZ | 31.26 | 32.9 | 10.17 | - |
| YUV | 151.38 | 80.95 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 153 | 68 | 0 | 0.15 | 0.62 | 0.29 | 45.54 | 0.45 | 0.49 |
| Hex | B4 | 99 | 44 | 0 | F | 3E | 1D | 2E | 2D | 31 |
| Octal | 264 | 231 | 104 | 0 | 17 | 76 | 35 | 56 | 55 | 61 |
| Binary | 10110100 | 10011001 | 1000100 | 0 | 1111 | 111110 | 11101 | 101110 | 101101 | 110001 |
Color Harmonies of #B49944
Complementary color
Monochromatic Colors of #B49944
Black with #B49944
Text Example
Text Example
White with #B49944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49944; }
p { color: rgb(180,153,68); }
H1.HeaderClassName
{
color: #B49944;
}
.AnyTagClassName
{
color: #B49944;
}
</style>
background-color css
<style>
a { background-color: #B49944; }
a { background-color: rgb(180,153,68); }
div.DivClassName
{
background-color: #B49944;
}
.BgClassName
{
background-color: #B49944;
}
</style>
border-color css
<style>
span { border-color: #B49944; }
span { border-color: rgb(180,153,68); }
td.TdClassName
{
border-color: #B49944;
}
.TagClassName
{
border-color: #B49944;
}
</style>