Shades of Roti #B99A40
Tints of Roti #B99A40
RGB
CMYK
RGB Variations
Color information
#B99A40 (or 0xB99A40) is known color: Roti. HEX triplet: B9, 9A and 40. RGB value is (185,154,64). Sum of RGB (Red+Green+Blue) = 185+154+64=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 154 (60.55% from 255 or 38.21% from 403); Blue value is 64 (25.39% from 255 or 15.88% from 403); Max value from RGB is 185 - color contains mainly: red. Hex color #B99A40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99A40 is #4665BF. Grayscale: #999999. Windows color (decimal): -4613568 or 4233913. OLE color: 4233913.
HSL color Cylindrical-coordinate representation of color #B99A40: hue angle of 44.63º 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 #B99A40 is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 154 | 64 | - |
| CMYK | 0 | 0.17 | 0.65 | 0.27 |
| HSL | 44.63º | 0.49% | 0.49% | - |
| HSV(B) | 44.63º | 0.65% | 0.73% | - |
| XYZ | 32.49 | 33.8 | 9.66 | - |
| YUV | 153.01 | 77.77 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 154 | 64 | 0 | 0.17 | 0.65 | 0.27 | 44.63 | 0.49 | 0.49 |
| Hex | B9 | 9A | 40 | 0 | 11 | 41 | 1B | 2D | 31 | 31 |
| Octal | 271 | 232 | 100 | 0 | 21 | 101 | 33 | 55 | 61 | 61 |
| Binary | 10111001 | 10011010 | 1000000 | 0 | 10001 | 1000001 | 11011 | 101101 | 110001 | 110001 |
Color Harmonies of #B99A40
Complementary color
Monochromatic Colors of #B99A40
Black with #B99A40
Text Example
Text Example
White with #B99A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99A40; }
p { color: rgb(185,154,64); }
H1.HeaderClassName
{
color: #B99A40;
}
.AnyTagClassName
{
color: #B99A40;
}
</style>
background-color css
<style>
a { background-color: #B99A40; }
a { background-color: rgb(185,154,64); }
div.DivClassName
{
background-color: #B99A40;
}
.BgClassName
{
background-color: #B99A40;
}
</style>
border-color css
<style>
span { border-color: #B99A40; }
span { border-color: rgb(185,154,64); }
td.TdClassName
{
border-color: #B99A40;
}
.TagClassName
{
border-color: #B99A40;
}
</style>