Shades of Roti #B19B39
Tints of Roti #B19B39
RGB
CMYK
RGB Variations
Color information
#B19B39 (or 0xB19B39) is known color: Roti. HEX triplet: B1, 9B and 39. RGB value is (177,155,57). Sum of RGB (Red+Green+Blue) = 177+155+57=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 155 (60.94% from 255 or 39.85% from 389); Blue value is 57 (22.66% from 255 or 14.65% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B19B39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19B39 is #4E64C6. Grayscale: #969696. Windows color (decimal): -5137607 or 3775409. OLE color: 3775409.
HSL color Cylindrical-coordinate representation of color #B19B39: hue angle of 49º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B19B39 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 155 | 57 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.31 |
| HSL | 49º | 0.51% | 0.46% | - |
| HSV(B) | 49º | 0.68% | 0.69% | - |
| XYZ | 30.59 | 33.09 | 8.64 | - |
| YUV | 150.41 | 75.29 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 155 | 57 | 0 | 0.12 | 0.68 | 0.31 | 49 | 0.51 | 0.46 |
| Hex | B1 | 9B | 39 | 0 | C | 44 | 1F | 31 | 33 | 2E |
| Octal | 261 | 233 | 71 | 0 | 14 | 104 | 37 | 61 | 63 | 56 |
| Binary | 10110001 | 10011011 | 111001 | 0 | 1100 | 1000100 | 11111 | 110001 | 110011 | 101110 |
Color Harmonies of #B19B39
Complementary color
Monochromatic Colors of #B19B39
Black with #B19B39
Text Example
Text Example
White with #B19B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19B39; }
p { color: rgb(177,155,57); }
H1.HeaderClassName
{
color: #B19B39;
}
.AnyTagClassName
{
color: #B19B39;
}
</style>
background-color css
<style>
a { background-color: #B19B39; }
a { background-color: rgb(177,155,57); }
div.DivClassName
{
background-color: #B19B39;
}
.BgClassName
{
background-color: #B19B39;
}
</style>
border-color css
<style>
span { border-color: #B19B39; }
span { border-color: rgb(177,155,57); }
td.TdClassName
{
border-color: #B19B39;
}
.TagClassName
{
border-color: #B19B39;
}
</style>