Shades of Roti #B59346
Tints of Roti #B59346
RGB
CMYK
RGB Variations
Color information
#B59346 (or 0xB59346) is known color: Roti. HEX triplet: B5, 93 and 46. RGB value is (181,147,70). Sum of RGB (Red+Green+Blue) = 181+147+70=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 70 (27.73% from 255 or 17.59% from 398); Max value from RGB is 181 - color contains mainly: red. Hex color #B59346 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59346 is #4A6CB9. Grayscale: #949494. Windows color (decimal): -4877498 or 4625333. OLE color: 4625333.
HSL color Cylindrical-coordinate representation of color #B59346: hue angle of 41.62º 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 #B59346 is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 147 | 70 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.29 |
| HSL | 41.62º | 0.44% | 0.49% | - |
| HSV(B) | 41.62º | 0.61% | 0.71% | - |
| XYZ | 30.6 | 31.13 | 10.19 | - |
| YUV | 148.39 | 83.76 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 147 | 70 | 0 | 0.19 | 0.61 | 0.29 | 41.62 | 0.44 | 0.49 |
| Hex | B5 | 93 | 46 | 0 | 13 | 3D | 1D | 2A | 2C | 31 |
| Octal | 265 | 223 | 106 | 0 | 23 | 75 | 35 | 52 | 54 | 61 |
| Binary | 10110101 | 10010011 | 1000110 | 0 | 10011 | 111101 | 11101 | 101010 | 101100 | 110001 |
Color Harmonies of #B59346
Complementary color
Monochromatic Colors of #B59346
Black with #B59346
Text Example
Text Example
White with #B59346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59346; }
p { color: rgb(181,147,70); }
H1.HeaderClassName
{
color: #B59346;
}
.AnyTagClassName
{
color: #B59346;
}
</style>
background-color css
<style>
a { background-color: #B59346; }
a { background-color: rgb(181,147,70); }
div.DivClassName
{
background-color: #B59346;
}
.BgClassName
{
background-color: #B59346;
}
</style>
border-color css
<style>
span { border-color: #B59346; }
span { border-color: rgb(181,147,70); }
td.TdClassName
{
border-color: #B59346;
}
.TagClassName
{
border-color: #B59346;
}
</style>