Shades of Roti #B59736
Tints of Roti #B59736
RGB
CMYK
RGB Variations
Color information
#B59736 (or 0xB59736) is known color: Roti. HEX triplet: B5, 97 and 36. RGB value is (181,151,54). Sum of RGB (Red+Green+Blue) = 181+151+54=386 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.89% from 386); Green value is 151 (59.38% from 255 or 39.12% from 386); Blue value is 54 (21.48% from 255 or 13.99% from 386); Max value from RGB is 181 - color contains mainly: red. Hex color #B59736 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59736 is #4A68C9. Grayscale: #959595. Windows color (decimal): -4876490 or 3577781. OLE color: 3577781.
HSL color Cylindrical-coordinate representation of color #B59736: hue angle of 45.83º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B59736 is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 151 | 54 | - |
| CMYK | 0 | 0.17 | 0.70 | 0.29 |
| HSL | 45.83º | 0.54% | 0.46% | - |
| HSV(B) | 45.83º | 0.7% | 0.71% | - |
| XYZ | 30.79 | 32.22 | 8.09 | - |
| YUV | 148.91 | 74.44 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 151 | 54 | 0 | 0.17 | 0.70 | 0.29 | 45.83 | 0.54 | 0.46 |
| Hex | B5 | 97 | 36 | 0 | 11 | 46 | 1D | 2E | 36 | 2E |
| Octal | 265 | 227 | 66 | 0 | 21 | 106 | 35 | 56 | 66 | 56 |
| Binary | 10110101 | 10010111 | 110110 | 0 | 10001 | 1000110 | 11101 | 101110 | 110110 | 101110 |
Color Harmonies of #B59736
Complementary color
Monochromatic Colors of #B59736
Black with #B59736
Text Example
Text Example
White with #B59736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59736; }
p { color: rgb(181,151,54); }
H1.HeaderClassName
{
color: #B59736;
}
.AnyTagClassName
{
color: #B59736;
}
</style>
background-color css
<style>
a { background-color: #B59736; }
a { background-color: rgb(181,151,54); }
div.DivClassName
{
background-color: #B59736;
}
.BgClassName
{
background-color: #B59736;
}
</style>
border-color css
<style>
span { border-color: #B59736; }
span { border-color: rgb(181,151,54); }
td.TdClassName
{
border-color: #B59736;
}
.TagClassName
{
border-color: #B59736;
}
</style>