Shades of Roti #B59441
Tints of Roti #B59441
RGB
CMYK
RGB Variations
Color information
#B59441 (or 0xB59441) is known color: Roti. HEX triplet: B5, 94 and 41. RGB value is (181,148,65). Sum of RGB (Red+Green+Blue) = 181+148+65=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 65 (25.78% from 255 or 16.50% from 394); Max value from RGB is 181 - color contains mainly: red. Hex color #B59441 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59441 is #4A6BBE. Grayscale: #949494. Windows color (decimal): -4877247 or 4297909. OLE color: 4297909.
HSL color Cylindrical-coordinate representation of color #B59441: hue angle of 42.93º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B59441 is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 148 | 65 | - |
| CMYK | 0 | 0.18 | 0.64 | 0.29 |
| HSL | 42.93º | 0.47% | 0.48% | - |
| HSV(B) | 42.93º | 0.64% | 0.71% | - |
| XYZ | 30.6 | 31.39 | 9.45 | - |
| YUV | 148.41 | 80.93 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 148 | 65 | 0 | 0.18 | 0.64 | 0.29 | 42.93 | 0.47 | 0.48 |
| Hex | B5 | 94 | 41 | 0 | 12 | 40 | 1D | 2B | 2F | 30 |
| Octal | 265 | 224 | 101 | 0 | 22 | 100 | 35 | 53 | 57 | 60 |
| Binary | 10110101 | 10010100 | 1000001 | 0 | 10010 | 1000000 | 11101 | 101011 | 101111 | 110000 |
Color Harmonies of #B59441
Complementary color
Monochromatic Colors of #B59441
Black with #B59441
Text Example
Text Example
White with #B59441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59441; }
p { color: rgb(181,148,65); }
H1.HeaderClassName
{
color: #B59441;
}
.AnyTagClassName
{
color: #B59441;
}
</style>
background-color css
<style>
a { background-color: #B59441; }
a { background-color: rgb(181,148,65); }
div.DivClassName
{
background-color: #B59441;
}
.BgClassName
{
background-color: #B59441;
}
</style>
border-color css
<style>
span { border-color: #B59441; }
span { border-color: rgb(181,148,65); }
td.TdClassName
{
border-color: #B59441;
}
.TagClassName
{
border-color: #B59441;
}
</style>