Shades of Roti #B49349
Tints of Roti #B49349
RGB
CMYK
RGB Variations
Color information
#B49349 (or 0xB49349) is known color: Roti. HEX triplet: B4, 93 and 49. RGB value is (180,147,73). Sum of RGB (Red+Green+Blue) = 180+147+73=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 73 (28.91% from 255 or 18.25% from 400); Max value from RGB is 180 - color contains mainly: red. Hex color #B49349 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49349 is #4B6CB6. Grayscale: #949494. Windows color (decimal): -4943031 or 4821940. OLE color: 4821940.
HSL color Cylindrical-coordinate representation of color #B49349: hue angle of 41.5º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B49349 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 147 | 73 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.29 |
| HSL | 41.5º | 0.42% | 0.5% | - |
| HSV(B) | 41.5º | 0.59% | 0.71% | - |
| XYZ | 30.46 | 31.05 | 10.69 | - |
| YUV | 148.43 | 85.43 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 147 | 73 | 0 | 0.18 | 0.59 | 0.29 | 41.5 | 0.42 | 0.5 |
| Hex | B4 | 93 | 49 | 0 | 12 | 3B | 1D | 29 | 2A | 32 |
| Octal | 264 | 223 | 111 | 0 | 22 | 73 | 35 | 51 | 52 | 62 |
| Binary | 10110100 | 10010011 | 1001001 | 0 | 10010 | 111011 | 11101 | 101001 | 101010 | 110010 |
Color Harmonies of #B49349
Complementary color
Monochromatic Colors of #B49349
Black with #B49349
Text Example
Text Example
White with #B49349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49349; }
p { color: rgb(180,147,73); }
H1.HeaderClassName
{
color: #B49349;
}
.AnyTagClassName
{
color: #B49349;
}
</style>
background-color css
<style>
a { background-color: #B49349; }
a { background-color: rgb(180,147,73); }
div.DivClassName
{
background-color: #B49349;
}
.BgClassName
{
background-color: #B49349;
}
</style>
border-color css
<style>
span { border-color: #B49349; }
span { border-color: rgb(180,147,73); }
td.TdClassName
{
border-color: #B49349;
}
.TagClassName
{
border-color: #B49349;
}
</style>