Shades of Roti #B59841
Tints of Roti #B59841
RGB
CMYK
RGB Variations
Color information
#B59841 (or 0xB59841) is known color: Roti. HEX triplet: B5, 98 and 41. RGB value is (181,152,65). Sum of RGB (Red+Green+Blue) = 181+152+65=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 152 (59.77% from 255 or 38.19% from 398); Blue value is 65 (25.78% from 255 or 16.33% from 398); Max value from RGB is 181 - color contains mainly: red. Hex color #B59841 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59841 is #4A67BE. Grayscale: #979797. Windows color (decimal): -4876223 or 4298933. OLE color: 4298933.
HSL color Cylindrical-coordinate representation of color #B59841: hue angle of 45º 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 #B59841 is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 152 | 65 | - |
| CMYK | 0 | 0.16 | 0.64 | 0.29 |
| HSL | 45º | 0.47% | 0.48% | - |
| HSV(B) | 45º | 0.64% | 0.71% | - |
| XYZ | 31.24 | 32.66 | 9.66 | - |
| YUV | 150.75 | 79.61 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 152 | 65 | 0 | 0.16 | 0.64 | 0.29 | 45 | 0.47 | 0.48 |
| Hex | B5 | 98 | 41 | 0 | 10 | 40 | 1D | 2D | 2F | 30 |
| Octal | 265 | 230 | 101 | 0 | 20 | 100 | 35 | 55 | 57 | 60 |
| Binary | 10110101 | 10011000 | 1000001 | 0 | 10000 | 1000000 | 11101 | 101101 | 101111 | 110000 |
Color Harmonies of #B59841
Complementary color
Monochromatic Colors of #B59841
Black with #B59841
Text Example
Text Example
White with #B59841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59841; }
p { color: rgb(181,152,65); }
H1.HeaderClassName
{
color: #B59841;
}
.AnyTagClassName
{
color: #B59841;
}
</style>
background-color css
<style>
a { background-color: #B59841; }
a { background-color: rgb(181,152,65); }
div.DivClassName
{
background-color: #B59841;
}
.BgClassName
{
background-color: #B59841;
}
</style>
border-color css
<style>
span { border-color: #B59841; }
span { border-color: rgb(181,152,65); }
td.TdClassName
{
border-color: #B59841;
}
.TagClassName
{
border-color: #B59841;
}
</style>