Shades of Roti #B99145
Tints of Roti #B99145
RGB
CMYK
RGB Variations
Color information
#B99145 (or 0xB99145) is known color: Roti. HEX triplet: B9, 91 and 45. RGB value is (185,145,69). Sum of RGB (Red+Green+Blue) = 185+145+69=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 69 (27.34% from 255 or 17.29% from 399); Max value from RGB is 185 - color contains mainly: red. Hex color #B99145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99145 is #466EBA. Grayscale: #949494. Windows color (decimal): -4615867 or 4559289. OLE color: 4559289.
HSL color Cylindrical-coordinate representation of color #B99145: hue angle of 39.31º 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 #B99145 is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 145 | 69 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.27 |
| HSL | 39.31º | 0.46% | 0.5% | - |
| HSV(B) | 39.31º | 0.63% | 0.73% | - |
| XYZ | 31.21 | 30.99 | 9.97 | - |
| YUV | 148.3 | 83.25 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 145 | 69 | 0 | 0.22 | 0.63 | 0.27 | 39.31 | 0.46 | 0.5 |
| Hex | B9 | 91 | 45 | 0 | 16 | 3F | 1B | 27 | 2E | 32 |
| Octal | 271 | 221 | 105 | 0 | 26 | 77 | 33 | 47 | 56 | 62 |
| Binary | 10111001 | 10010001 | 1000101 | 0 | 10110 | 111111 | 11011 | 100111 | 101110 | 110010 |
Color Harmonies of #B99145
Complementary color
Monochromatic Colors of #B99145
Black with #B99145
Text Example
Text Example
White with #B99145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99145; }
p { color: rgb(185,145,69); }
H1.HeaderClassName
{
color: #B99145;
}
.AnyTagClassName
{
color: #B99145;
}
</style>
background-color css
<style>
a { background-color: #B99145; }
a { background-color: rgb(185,145,69); }
div.DivClassName
{
background-color: #B99145;
}
.BgClassName
{
background-color: #B99145;
}
</style>
border-color css
<style>
span { border-color: #B99145; }
span { border-color: rgb(185,145,69); }
td.TdClassName
{
border-color: #B99145;
}
.TagClassName
{
border-color: #B99145;
}
</style>