Shades of Roti #B99845
Tints of Roti #B99845
RGB
CMYK
RGB Variations
Color information
#B99845 (or 0xB99845) is known color: Roti. HEX triplet: B9, 98 and 45. RGB value is (185,152,69). Sum of RGB (Red+Green+Blue) = 185+152+69=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 152 (59.77% from 255 or 37.44% from 406); Blue value is 69 (27.34% from 255 or 17.00% from 406); Max value from RGB is 185 - color contains mainly: red. Hex color #B99845 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99845 is #4667BA. Grayscale: #989898. Windows color (decimal): -4614075 or 4561081. OLE color: 4561081.
HSL color Cylindrical-coordinate representation of color #B99845: hue angle of 42.93º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B99845 is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 152 | 69 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.27 |
| HSL | 42.93º | 0.46% | 0.5% | - |
| HSV(B) | 42.93º | 0.63% | 0.73% | - |
| XYZ | 32.31 | 33.2 | 10.34 | - |
| YUV | 152.41 | 80.93 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 152 | 69 | 0 | 0.18 | 0.63 | 0.27 | 42.93 | 0.46 | 0.5 |
| Hex | B9 | 98 | 45 | 0 | 12 | 3F | 1B | 2B | 2E | 32 |
| Octal | 271 | 230 | 105 | 0 | 22 | 77 | 33 | 53 | 56 | 62 |
| Binary | 10111001 | 10011000 | 1000101 | 0 | 10010 | 111111 | 11011 | 101011 | 101110 | 110010 |
Color Harmonies of #B99845
Complementary color
Monochromatic Colors of #B99845
Black with #B99845
Text Example
Text Example
White with #B99845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99845; }
p { color: rgb(185,152,69); }
H1.HeaderClassName
{
color: #B99845;
}
.AnyTagClassName
{
color: #B99845;
}
</style>
background-color css
<style>
a { background-color: #B99845; }
a { background-color: rgb(185,152,69); }
div.DivClassName
{
background-color: #B99845;
}
.BgClassName
{
background-color: #B99845;
}
</style>
border-color css
<style>
span { border-color: #B99845; }
span { border-color: rgb(185,152,69); }
td.TdClassName
{
border-color: #B99845;
}
.TagClassName
{
border-color: #B99845;
}
</style>