Shades of Roti #B59639
Tints of Roti #B59639
RGB
CMYK
RGB Variations
Color information
#B59639 (or 0xB59639) is known color: Roti. HEX triplet: B5, 96 and 39. RGB value is (181,150,57). Sum of RGB (Red+Green+Blue) = 181+150+57=388 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.65% from 388); Green value is 150 (58.98% from 255 or 38.66% from 388); Blue value is 57 (22.66% from 255 or 14.69% from 388); Max value from RGB is 181 - color contains mainly: red. Hex color #B59639 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59639 is #4A69C6. Grayscale: #959595. Windows color (decimal): -4876743 or 3774133. OLE color: 3774133.
HSL color Cylindrical-coordinate representation of color #B59639: hue angle of 45º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B59639 is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 150 | 57 | - |
| CMYK | 0 | 0.17 | 0.69 | 0.29 |
| HSL | 45º | 0.52% | 0.47% | - |
| HSV(B) | 45º | 0.69% | 0.71% | - |
| XYZ | 30.7 | 31.93 | 8.42 | - |
| YUV | 148.67 | 76.27 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 150 | 57 | 0 | 0.17 | 0.69 | 0.29 | 45 | 0.52 | 0.47 |
| Hex | B5 | 96 | 39 | 0 | 11 | 45 | 1D | 2D | 34 | 2F |
| Octal | 265 | 226 | 71 | 0 | 21 | 105 | 35 | 55 | 64 | 57 |
| Binary | 10110101 | 10010110 | 111001 | 0 | 10001 | 1000101 | 11101 | 101101 | 110100 | 101111 |
Color Harmonies of #B59639
Complementary color
Monochromatic Colors of #B59639
Black with #B59639
Text Example
Text Example
White with #B59639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59639; }
p { color: rgb(181,150,57); }
H1.HeaderClassName
{
color: #B59639;
}
.AnyTagClassName
{
color: #B59639;
}
</style>
background-color css
<style>
a { background-color: #B59639; }
a { background-color: rgb(181,150,57); }
div.DivClassName
{
background-color: #B59639;
}
.BgClassName
{
background-color: #B59639;
}
</style>
border-color css
<style>
span { border-color: #B59639; }
span { border-color: rgb(181,150,57); }
td.TdClassName
{
border-color: #B59639;
}
.TagClassName
{
border-color: #B59639;
}
</style>