Shades of Roti #B99640
Tints of Roti #B99640
RGB
CMYK
RGB Variations
Color information
#B99640 (or 0xB99640) is known color: Roti. HEX triplet: B9, 96 and 40. RGB value is (185,150,64). Sum of RGB (Red+Green+Blue) = 185+150+64=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 64 (25.39% from 255 or 16.04% from 399); Max value from RGB is 185 - color contains mainly: red. Hex color #B99640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99640 is #4669BF. Grayscale: #979797. Windows color (decimal): -4614592 or 4232889. OLE color: 4232889.
HSL color Cylindrical-coordinate representation of color #B99640: hue angle of 42.64º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B99640 is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 150 | 64 | - |
| CMYK | 0 | 0.19 | 0.65 | 0.27 |
| HSL | 42.64º | 0.49% | 0.49% | - |
| HSV(B) | 42.64º | 0.65% | 0.73% | - |
| XYZ | 31.84 | 32.5 | 9.44 | - |
| YUV | 150.66 | 79.1 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 150 | 64 | 0 | 0.19 | 0.65 | 0.27 | 42.64 | 0.49 | 0.49 |
| Hex | B9 | 96 | 40 | 0 | 13 | 41 | 1B | 2B | 31 | 31 |
| Octal | 271 | 226 | 100 | 0 | 23 | 101 | 33 | 53 | 61 | 61 |
| Binary | 10111001 | 10010110 | 1000000 | 0 | 10011 | 1000001 | 11011 | 101011 | 110001 | 110001 |
Color Harmonies of #B99640
Complementary color
Monochromatic Colors of #B99640
Black with #B99640
Text Example
Text Example
White with #B99640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99640; }
p { color: rgb(185,150,64); }
H1.HeaderClassName
{
color: #B99640;
}
.AnyTagClassName
{
color: #B99640;
}
</style>
background-color css
<style>
a { background-color: #B99640; }
a { background-color: rgb(185,150,64); }
div.DivClassName
{
background-color: #B99640;
}
.BgClassName
{
background-color: #B99640;
}
</style>
border-color css
<style>
span { border-color: #B99640; }
span { border-color: rgb(185,150,64); }
td.TdClassName
{
border-color: #B99640;
}
.TagClassName
{
border-color: #B99640;
}
</style>