Shades of Roti #B99B44
Tints of Roti #B99B44
RGB
CMYK
RGB Variations
Color information
#B99B44 (or 0xB99B44) is known color: Roti. HEX triplet: B9, 9B and 44. RGB value is (185,155,68). Sum of RGB (Red+Green+Blue) = 185+155+68=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 155 (60.94% from 255 or 37.99% from 408); Blue value is 68 (26.95% from 255 or 16.67% from 408); Max value from RGB is 185 - color contains mainly: red. Hex color #B99B44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99B44 is #4664BB. Grayscale: #9A9A9A. Windows color (decimal): -4613308 or 4496313. OLE color: 4496313.
HSL color Cylindrical-coordinate representation of color #B99B44: hue angle of 44.62º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B99B44 is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 155 | 68 | - |
| CMYK | 0 | 0.16 | 0.63 | 0.27 |
| HSL | 44.62º | 0.46% | 0.5% | - |
| HSV(B) | 44.62º | 0.63% | 0.73% | - |
| XYZ | 32.77 | 34.17 | 10.34 | - |
| YUV | 154.05 | 79.44 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 155 | 68 | 0 | 0.16 | 0.63 | 0.27 | 44.62 | 0.46 | 0.5 |
| Hex | B9 | 9B | 44 | 0 | 10 | 3F | 1B | 2D | 2E | 32 |
| Octal | 271 | 233 | 104 | 0 | 20 | 77 | 33 | 55 | 56 | 62 |
| Binary | 10111001 | 10011011 | 1000100 | 0 | 10000 | 111111 | 11011 | 101101 | 101110 | 110010 |
Color Harmonies of #B99B44
Complementary color
Monochromatic Colors of #B99B44
Black with #B99B44
Text Example
Text Example
White with #B99B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99B44; }
p { color: rgb(185,155,68); }
H1.HeaderClassName
{
color: #B99B44;
}
.AnyTagClassName
{
color: #B99B44;
}
</style>
background-color css
<style>
a { background-color: #B99B44; }
a { background-color: rgb(185,155,68); }
div.DivClassName
{
background-color: #B99B44;
}
.BgClassName
{
background-color: #B99B44;
}
</style>
border-color css
<style>
span { border-color: #B99B44; }
span { border-color: rgb(185,155,68); }
td.TdClassName
{
border-color: #B99B44;
}
.TagClassName
{
border-color: #B99B44;
}
</style>