Shades of Roti #B59936
Tints of Roti #B59936
RGB
CMYK
RGB Variations
Color information
#B59936 (or 0xB59936) is known color: Roti. HEX triplet: B5, 99 and 36. RGB value is (181,153,54). Sum of RGB (Red+Green+Blue) = 181+153+54=388 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.65% from 388); Green value is 153 (60.16% from 255 or 39.43% from 388); Blue value is 54 (21.48% from 255 or 13.92% from 388); Max value from RGB is 181 - color contains mainly: red. Hex color #B59936 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59936 is #4A66C9. Grayscale: #969696. Windows color (decimal): -4875978 or 3578293. OLE color: 3578293.
HSL color Cylindrical-coordinate representation of color #B59936: hue angle of 46.77º 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 #B59936 is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 153 | 54 | - |
| CMYK | 0 | 0.15 | 0.70 | 0.29 |
| HSL | 46.77º | 0.54% | 0.46% | - |
| HSV(B) | 46.77º | 0.7% | 0.71% | - |
| XYZ | 31.11 | 32.87 | 8.2 | - |
| YUV | 150.09 | 73.78 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 153 | 54 | 0 | 0.15 | 0.70 | 0.29 | 46.77 | 0.54 | 0.46 |
| Hex | B5 | 99 | 36 | 0 | F | 46 | 1D | 2F | 36 | 2E |
| Octal | 265 | 231 | 66 | 0 | 17 | 106 | 35 | 57 | 66 | 56 |
| Binary | 10110101 | 10011001 | 110110 | 0 | 1111 | 1000110 | 11101 | 101111 | 110110 | 101110 |
Color Harmonies of #B59936
Complementary color
Monochromatic Colors of #B59936
Black with #B59936
Text Example
Text Example
White with #B59936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59936; }
p { color: rgb(181,153,54); }
H1.HeaderClassName
{
color: #B59936;
}
.AnyTagClassName
{
color: #B59936;
}
</style>
background-color css
<style>
a { background-color: #B59936; }
a { background-color: rgb(181,153,54); }
div.DivClassName
{
background-color: #B59936;
}
.BgClassName
{
background-color: #B59936;
}
</style>
border-color css
<style>
span { border-color: #B59936; }
span { border-color: rgb(181,153,54); }
td.TdClassName
{
border-color: #B59936;
}
.TagClassName
{
border-color: #B59936;
}
</style>