Shades of Roti #B99544
Tints of Roti #B99544
RGB
CMYK
RGB Variations
Color information
#B99544 (or 0xB99544) is known color: Roti. HEX triplet: B9, 95 and 44. RGB value is (185,149,68). Sum of RGB (Red+Green+Blue) = 185+149+68=402 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.02% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 68 (26.95% from 255 or 16.92% from 402); Max value from RGB is 185 - color contains mainly: red. Hex color #B99544 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99544 is #466ABB. Grayscale: #969696. Windows color (decimal): -4614844 or 4494777. OLE color: 4494777.
HSL color Cylindrical-coordinate representation of color #B99544: hue angle of 41.54º 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 #B99544 is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 149 | 68 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.27 |
| HSL | 41.54º | 0.46% | 0.5% | - |
| HSV(B) | 41.54º | 0.63% | 0.73% | - |
| XYZ | 31.8 | 32.23 | 10.01 | - |
| YUV | 150.53 | 81.43 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 149 | 68 | 0 | 0.19 | 0.63 | 0.27 | 41.54 | 0.46 | 0.5 |
| Hex | B9 | 95 | 44 | 0 | 13 | 3F | 1B | 2A | 2E | 32 |
| Octal | 271 | 225 | 104 | 0 | 23 | 77 | 33 | 52 | 56 | 62 |
| Binary | 10111001 | 10010101 | 1000100 | 0 | 10011 | 111111 | 11011 | 101010 | 101110 | 110010 |
Color Harmonies of #B99544
Complementary color
Monochromatic Colors of #B99544
Black with #B99544
Text Example
Text Example
White with #B99544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99544; }
p { color: rgb(185,149,68); }
H1.HeaderClassName
{
color: #B99544;
}
.AnyTagClassName
{
color: #B99544;
}
</style>
background-color css
<style>
a { background-color: #B99544; }
a { background-color: rgb(185,149,68); }
div.DivClassName
{
background-color: #B99544;
}
.BgClassName
{
background-color: #B99544;
}
</style>
border-color css
<style>
span { border-color: #B99544; }
span { border-color: rgb(185,149,68); }
td.TdClassName
{
border-color: #B99544;
}
.TagClassName
{
border-color: #B99544;
}
</style>