Shades of Roti #B99C47
Tints of Roti #B99C47
RGB
CMYK
RGB Variations
Color information
#B99C47 (or 0xB99C47) is known color: Roti. HEX triplet: B9, 9C and 47. RGB value is (185,156,71). Sum of RGB (Red+Green+Blue) = 185+156+71=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 156 (61.33% from 255 or 37.86% from 412); Blue value is 71 (28.12% from 255 or 17.23% from 412); Max value from RGB is 185 - color contains mainly: red. Hex color #B99C47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99C47 is #4663B8. Grayscale: #9B9B9B. Windows color (decimal): -4613049 or 4693177. OLE color: 4693177.
HSL color Cylindrical-coordinate representation of color #B99C47: hue angle of 44.74º 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 #B99C47 is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 156 | 71 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.27 |
| HSL | 44.74º | 0.45% | 0.5% | - |
| HSV(B) | 44.74º | 0.62% | 0.73% | - |
| XYZ | 33.03 | 34.55 | 10.89 | - |
| YUV | 154.98 | 80.61 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 156 | 71 | 0 | 0.16 | 0.62 | 0.27 | 44.74 | 0.45 | 0.5 |
| Hex | B9 | 9C | 47 | 0 | 10 | 3E | 1B | 2D | 2D | 32 |
| Octal | 271 | 234 | 107 | 0 | 20 | 76 | 33 | 55 | 55 | 62 |
| Binary | 10111001 | 10011100 | 1000111 | 0 | 10000 | 111110 | 11011 | 101101 | 101101 | 110010 |
Color Harmonies of #B99C47
Complementary color
Monochromatic Colors of #B99C47
Black with #B99C47
Text Example
Text Example
White with #B99C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99C47; }
p { color: rgb(185,156,71); }
H1.HeaderClassName
{
color: #B99C47;
}
.AnyTagClassName
{
color: #B99C47;
}
</style>
background-color css
<style>
a { background-color: #B99C47; }
a { background-color: rgb(185,156,71); }
div.DivClassName
{
background-color: #B99C47;
}
.BgClassName
{
background-color: #B99C47;
}
</style>
border-color css
<style>
span { border-color: #B99C47; }
span { border-color: rgb(185,156,71); }
td.TdClassName
{
border-color: #B99C47;
}
.TagClassName
{
border-color: #B99C47;
}
</style>