Shades of Roti #B99346
Tints of Roti #B99346
RGB
CMYK
RGB Variations
Color information
#B99346 (or 0xB99346) is known color: Roti. HEX triplet: B9, 93 and 46. RGB value is (185,147,70). Sum of RGB (Red+Green+Blue) = 185+147+70=402 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.02% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 70 (27.73% from 255 or 17.41% from 402); Max value from RGB is 185 - color contains mainly: red. Hex color #B99346 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99346 is #466CB9. Grayscale: #959595. Windows color (decimal): -4615354 or 4625337. OLE color: 4625337.
HSL color Cylindrical-coordinate representation of color #B99346: hue angle of 40.17º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B99346 is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 147 | 70 | - |
| CMYK | 0 | 0.21 | 0.62 | 0.27 |
| HSL | 40.17º | 0.45% | 0.5% | - |
| HSV(B) | 40.17º | 0.62% | 0.73% | - |
| XYZ | 31.55 | 31.62 | 10.24 | - |
| YUV | 149.58 | 83.09 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 147 | 70 | 0 | 0.21 | 0.62 | 0.27 | 40.17 | 0.45 | 0.5 |
| Hex | B9 | 93 | 46 | 0 | 15 | 3E | 1B | 28 | 2D | 32 |
| Octal | 271 | 223 | 106 | 0 | 25 | 76 | 33 | 50 | 55 | 62 |
| Binary | 10111001 | 10010011 | 1000110 | 0 | 10101 | 111110 | 11011 | 101000 | 101101 | 110010 |
Color Harmonies of #B99346
Complementary color
Monochromatic Colors of #B99346
Black with #B99346
Text Example
Text Example
White with #B99346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99346; }
p { color: rgb(185,147,70); }
H1.HeaderClassName
{
color: #B99346;
}
.AnyTagClassName
{
color: #B99346;
}
</style>
background-color css
<style>
a { background-color: #B99346; }
a { background-color: rgb(185,147,70); }
div.DivClassName
{
background-color: #B99346;
}
.BgClassName
{
background-color: #B99346;
}
</style>
border-color css
<style>
span { border-color: #B99346; }
span { border-color: rgb(185,147,70); }
td.TdClassName
{
border-color: #B99346;
}
.TagClassName
{
border-color: #B99346;
}
</style>