Shades of Roti #B99747
Tints of Roti #B99747
RGB
CMYK
RGB Variations
Color information
#B99747 (or 0xB99747) is known color: Roti. HEX triplet: B9, 97 and 47. RGB value is (185,151,71). Sum of RGB (Red+Green+Blue) = 185+151+71=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 151 (59.38% from 255 or 37.10% from 407); Blue value is 71 (28.12% from 255 or 17.44% from 407); Max value from RGB is 185 - color contains mainly: red. Hex color #B99747 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99747 is #4668B8. Grayscale: #989898. Windows color (decimal): -4614329 or 4691897. OLE color: 4691897.
HSL color Cylindrical-coordinate representation of color #B99747: hue angle of 42.11º 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 #B99747 is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 151 | 71 | - |
| CMYK | 0 | 0.18 | 0.62 | 0.27 |
| HSL | 42.11º | 0.45% | 0.5% | - |
| HSV(B) | 42.11º | 0.62% | 0.73% | - |
| XYZ | 32.21 | 32.9 | 10.61 | - |
| YUV | 152.05 | 82.26 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 151 | 71 | 0 | 0.18 | 0.62 | 0.27 | 42.11 | 0.45 | 0.5 |
| Hex | B9 | 97 | 47 | 0 | 12 | 3E | 1B | 2A | 2D | 32 |
| Octal | 271 | 227 | 107 | 0 | 22 | 76 | 33 | 52 | 55 | 62 |
| Binary | 10111001 | 10010111 | 1000111 | 0 | 10010 | 111110 | 11011 | 101010 | 101101 | 110010 |
Color Harmonies of #B99747
Complementary color
Monochromatic Colors of #B99747
Black with #B99747
Text Example
Text Example
White with #B99747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99747; }
p { color: rgb(185,151,71); }
H1.HeaderClassName
{
color: #B99747;
}
.AnyTagClassName
{
color: #B99747;
}
</style>
background-color css
<style>
a { background-color: #B99747; }
a { background-color: rgb(185,151,71); }
div.DivClassName
{
background-color: #B99747;
}
.BgClassName
{
background-color: #B99747;
}
</style>
border-color css
<style>
span { border-color: #B99747; }
span { border-color: rgb(185,151,71); }
td.TdClassName
{
border-color: #B99747;
}
.TagClassName
{
border-color: #B99747;
}
</style>