Shades of Roti #B99C40
Tints of Roti #B99C40
RGB
CMYK
RGB Variations
Color information
#B99C40 (or 0xB99C40) is known color: Roti. HEX triplet: B9, 9C and 40. RGB value is (185,156,64). Sum of RGB (Red+Green+Blue) = 185+156+64=405 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.68% from 405); Green value is 156 (61.33% from 255 or 38.52% from 405); Blue value is 64 (25.39% from 255 or 15.80% from 405); Max value from RGB is 185 - color contains mainly: red. Hex color #B99C40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99C40 is #4663BF. Grayscale: #9A9A9A. Windows color (decimal): -4613056 or 4234425. OLE color: 4234425.
HSL color Cylindrical-coordinate representation of color #B99C40: hue angle of 45.62º 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 #B99C40 is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 156 | 64 | - |
| CMYK | 0 | 0.16 | 0.65 | 0.27 |
| HSL | 45.62º | 0.49% | 0.49% | - |
| HSV(B) | 45.62º | 0.65% | 0.73% | - |
| XYZ | 32.82 | 34.46 | 9.77 | - |
| YUV | 154.18 | 77.11 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 156 | 64 | 0 | 0.16 | 0.65 | 0.27 | 45.62 | 0.49 | 0.49 |
| Hex | B9 | 9C | 40 | 0 | 10 | 41 | 1B | 2E | 31 | 31 |
| Octal | 271 | 234 | 100 | 0 | 20 | 101 | 33 | 56 | 61 | 61 |
| Binary | 10111001 | 10011100 | 1000000 | 0 | 10000 | 1000001 | 11011 | 101110 | 110001 | 110001 |
Color Harmonies of #B99C40
Complementary color
Monochromatic Colors of #B99C40
Black with #B99C40
Text Example
Text Example
White with #B99C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99C40; }
p { color: rgb(185,156,64); }
H1.HeaderClassName
{
color: #B99C40;
}
.AnyTagClassName
{
color: #B99C40;
}
</style>
background-color css
<style>
a { background-color: #B99C40; }
a { background-color: rgb(185,156,64); }
div.DivClassName
{
background-color: #B99C40;
}
.BgClassName
{
background-color: #B99C40;
}
</style>
border-color css
<style>
span { border-color: #B99C40; }
span { border-color: rgb(185,156,64); }
td.TdClassName
{
border-color: #B99C40;
}
.TagClassName
{
border-color: #B99C40;
}
</style>