Shades of Roti #B19644
Tints of Roti #B19644
RGB
CMYK
RGB Variations
Color information
#B19644 (or 0xB19644) is known color: Roti. HEX triplet: B1, 96 and 44. RGB value is (177,150,68). Sum of RGB (Red+Green+Blue) = 177+150+68=395 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.81% from 395); Green value is 150 (58.98% from 255 or 37.97% from 395); Blue value is 68 (26.95% from 255 or 17.22% from 395); Max value from RGB is 177 - color contains mainly: red. Hex color #B19644 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19644 is #4E69BB. Grayscale: #959595. Windows color (decimal): -5138876 or 4495025. OLE color: 4495025.
HSL color Cylindrical-coordinate representation of color #B19644: hue angle of 45.14º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B19644 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 150 | 68 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.31 |
| HSL | 45.14º | 0.44% | 0.48% | - |
| HSV(B) | 45.14º | 0.62% | 0.69% | - |
| XYZ | 30.08 | 31.58 | 9.98 | - |
| YUV | 148.73 | 82.45 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 150 | 68 | 0 | 0.15 | 0.62 | 0.31 | 45.14 | 0.44 | 0.48 |
| Hex | B1 | 96 | 44 | 0 | F | 3E | 1F | 2D | 2C | 30 |
| Octal | 261 | 226 | 104 | 0 | 17 | 76 | 37 | 55 | 54 | 60 |
| Binary | 10110001 | 10010110 | 1000100 | 0 | 1111 | 111110 | 11111 | 101101 | 101100 | 110000 |
Color Harmonies of #B19644
Complementary color
Monochromatic Colors of #B19644
Black with #B19644
Text Example
Text Example
White with #B19644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19644; }
p { color: rgb(177,150,68); }
H1.HeaderClassName
{
color: #B19644;
}
.AnyTagClassName
{
color: #B19644;
}
</style>
background-color css
<style>
a { background-color: #B19644; }
a { background-color: rgb(177,150,68); }
div.DivClassName
{
background-color: #B19644;
}
.BgClassName
{
background-color: #B19644;
}
</style>
border-color css
<style>
span { border-color: #B19644; }
span { border-color: rgb(177,150,68); }
td.TdClassName
{
border-color: #B19644;
}
.TagClassName
{
border-color: #B19644;
}
</style>