Shades of Roti #B59838
Tints of Roti #B59838
RGB
CMYK
RGB Variations
Color information
#B59838 (or 0xB59838) is known color: Roti. HEX triplet: B5, 98 and 38. RGB value is (181,152,56). Sum of RGB (Red+Green+Blue) = 181+152+56=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 56 (22.27% from 255 or 14.40% from 389); Max value from RGB is 181 - color contains mainly: red. Hex color #B59838 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59838 is #4A67C7. Grayscale: #969696. Windows color (decimal): -4876232 or 3709109. OLE color: 3709109.
HSL color Cylindrical-coordinate representation of color #B59838: hue angle of 46.08º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B59838 is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 152 | 56 | - |
| CMYK | 0 | 0.16 | 0.69 | 0.29 |
| HSL | 46.08º | 0.53% | 0.46% | - |
| HSV(B) | 46.08º | 0.69% | 0.71% | - |
| XYZ | 31 | 32.57 | 8.39 | - |
| YUV | 149.73 | 75.11 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 152 | 56 | 0 | 0.16 | 0.69 | 0.29 | 46.08 | 0.53 | 0.46 |
| Hex | B5 | 98 | 38 | 0 | 10 | 45 | 1D | 2E | 35 | 2E |
| Octal | 265 | 230 | 70 | 0 | 20 | 105 | 35 | 56 | 65 | 56 |
| Binary | 10110101 | 10011000 | 111000 | 0 | 10000 | 1000101 | 11101 | 101110 | 110101 | 101110 |
Color Harmonies of #B59838
Complementary color
Monochromatic Colors of #B59838
Black with #B59838
Text Example
Text Example
White with #B59838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59838; }
p { color: rgb(181,152,56); }
H1.HeaderClassName
{
color: #B59838;
}
.AnyTagClassName
{
color: #B59838;
}
</style>
background-color css
<style>
a { background-color: #B59838; }
a { background-color: rgb(181,152,56); }
div.DivClassName
{
background-color: #B59838;
}
.BgClassName
{
background-color: #B59838;
}
</style>
border-color css
<style>
span { border-color: #B59838; }
span { border-color: rgb(181,152,56); }
td.TdClassName
{
border-color: #B59838;
}
.TagClassName
{
border-color: #B59838;
}
</style>