Shades of Roti #B19A39
Tints of Roti #B19A39
RGB
CMYK
RGB Variations
Color information
#B19A39 (or 0xB19A39) is known color: Roti. HEX triplet: B1, 9A and 39. RGB value is (177,154,57). Sum of RGB (Red+Green+Blue) = 177+154+57=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 154 (60.55% from 255 or 39.69% from 388); Blue value is 57 (22.66% from 255 or 14.69% from 388); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19A39 is #4E65C6. Grayscale: #969696. Windows color (decimal): -5137863 or 3775153. OLE color: 3775153.
HSL color Cylindrical-coordinate representation of color #B19A39: hue angle of 48.5º 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 #B19A39 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 154 | 57 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.31 |
| HSL | 48.5º | 0.51% | 0.46% | - |
| HSV(B) | 48.5º | 0.68% | 0.69% | - |
| XYZ | 30.43 | 32.75 | 8.59 | - |
| YUV | 149.82 | 75.62 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 154 | 57 | 0 | 0.13 | 0.68 | 0.31 | 48.5 | 0.51 | 0.46 |
| Hex | B1 | 9A | 39 | 0 | D | 44 | 1F | 30 | 33 | 2E |
| Octal | 261 | 232 | 71 | 0 | 15 | 104 | 37 | 60 | 63 | 56 |
| Binary | 10110001 | 10011010 | 111001 | 0 | 1101 | 1000100 | 11111 | 110000 | 110011 | 101110 |
Color Harmonies of #B19A39
Complementary color
Monochromatic Colors of #B19A39
Black with #B19A39
Text Example
Text Example
White with #B19A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19A39; }
p { color: rgb(177,154,57); }
H1.HeaderClassName
{
color: #B19A39;
}
.AnyTagClassName
{
color: #B19A39;
}
</style>
background-color css
<style>
a { background-color: #B19A39; }
a { background-color: rgb(177,154,57); }
div.DivClassName
{
background-color: #B19A39;
}
.BgClassName
{
background-color: #B19A39;
}
</style>
border-color css
<style>
span { border-color: #B19A39; }
span { border-color: rgb(177,154,57); }
td.TdClassName
{
border-color: #B19A39;
}
.TagClassName
{
border-color: #B19A39;
}
</style>