Shades of Roti #B19545
Tints of Roti #B19545
RGB
CMYK
RGB Variations
Color information
#B19545 (or 0xB19545) is known color: Roti. HEX triplet: B1, 95 and 45. RGB value is (177,149,69). Sum of RGB (Red+Green+Blue) = 177+149+69=395 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.81% from 395); Green value is 149 (58.59% from 255 or 37.72% from 395); Blue value is 69 (27.34% from 255 or 17.47% from 395); Max value from RGB is 177 - color contains mainly: red. Hex color #B19545 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19545 is #4E6ABA. Grayscale: #949494. Windows color (decimal): -5139131 or 4560305. OLE color: 4560305.
HSL color Cylindrical-coordinate representation of color #B19545: hue angle of 44.44º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B19545 is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 149 | 69 | - |
| CMYK | 0 | 0.16 | 0.61 | 0.31 |
| HSL | 44.44º | 0.44% | 0.48% | - |
| HSV(B) | 44.44º | 0.61% | 0.69% | - |
| XYZ | 29.95 | 31.27 | 10.09 | - |
| YUV | 148.25 | 83.28 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 149 | 69 | 0 | 0.16 | 0.61 | 0.31 | 44.44 | 0.44 | 0.48 |
| Hex | B1 | 95 | 45 | 0 | 10 | 3D | 1F | 2C | 2C | 30 |
| Octal | 261 | 225 | 105 | 0 | 20 | 75 | 37 | 54 | 54 | 60 |
| Binary | 10110001 | 10010101 | 1000101 | 0 | 10000 | 111101 | 11111 | 101100 | 101100 | 110000 |
Color Harmonies of #B19545
Complementary color
Monochromatic Colors of #B19545
Black with #B19545
Text Example
Text Example
White with #B19545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19545; }
p { color: rgb(177,149,69); }
H1.HeaderClassName
{
color: #B19545;
}
.AnyTagClassName
{
color: #B19545;
}
</style>
background-color css
<style>
a { background-color: #B19545; }
a { background-color: rgb(177,149,69); }
div.DivClassName
{
background-color: #B19545;
}
.BgClassName
{
background-color: #B19545;
}
</style>
border-color css
<style>
span { border-color: #B19545; }
span { border-color: rgb(177,149,69); }
td.TdClassName
{
border-color: #B19545;
}
.TagClassName
{
border-color: #B19545;
}
</style>