Shades of Roti #B49346
Tints of Roti #B49346
RGB
CMYK
RGB Variations
Color information
#B49346 (or 0xB49346) is known color: Roti. HEX triplet: B4, 93 and 46. RGB value is (180,147,70). Sum of RGB (Red+Green+Blue) = 180+147+70=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 70 (27.73% from 255 or 17.63% from 397); Max value from RGB is 180 - color contains mainly: red. Hex color #B49346 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49346 is #4B6CB9. Grayscale: #949494. Windows color (decimal): -4943034 or 4625332. OLE color: 4625332.
HSL color Cylindrical-coordinate representation of color #B49346: hue angle of 42º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B49346 is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 147 | 70 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.29 |
| HSL | 42º | 0.44% | 0.49% | - |
| HSV(B) | 42º | 0.61% | 0.71% | - |
| XYZ | 30.36 | 31.01 | 10.18 | - |
| YUV | 148.09 | 83.93 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 147 | 70 | 0 | 0.18 | 0.61 | 0.29 | 42 | 0.44 | 0.49 |
| Hex | B4 | 93 | 46 | 0 | 12 | 3D | 1D | 2A | 2C | 31 |
| Octal | 264 | 223 | 106 | 0 | 22 | 75 | 35 | 52 | 54 | 61 |
| Binary | 10110100 | 10010011 | 1000110 | 0 | 10010 | 111101 | 11101 | 101010 | 101100 | 110001 |
Color Harmonies of #B49346
Complementary color
Monochromatic Colors of #B49346
Black with #B49346
Text Example
Text Example
White with #B49346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49346; }
p { color: rgb(180,147,70); }
H1.HeaderClassName
{
color: #B49346;
}
.AnyTagClassName
{
color: #B49346;
}
</style>
background-color css
<style>
a { background-color: #B49346; }
a { background-color: rgb(180,147,70); }
div.DivClassName
{
background-color: #B49346;
}
.BgClassName
{
background-color: #B49346;
}
</style>
border-color css
<style>
span { border-color: #B49346; }
span { border-color: rgb(180,147,70); }
td.TdClassName
{
border-color: #B49346;
}
.TagClassName
{
border-color: #B49346;
}
</style>