Shades of Roti #B49639
Tints of Roti #B49639
RGB
CMYK
RGB Variations
Color information
#B49639 (or 0xB49639) is known color: Roti. HEX triplet: B4, 96 and 39. RGB value is (180,150,57). Sum of RGB (Red+Green+Blue) = 180+150+57=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 57 (22.66% from 255 or 14.73% from 387); Max value from RGB is 180 - color contains mainly: red. Hex color #B49639 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49639 is #4B69C6. Grayscale: #949494. Windows color (decimal): -4942279 or 3774132. OLE color: 3774132.
HSL color Cylindrical-coordinate representation of color #B49639: hue angle of 45.37º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B49639 is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 150 | 57 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.29 |
| HSL | 45.37º | 0.52% | 0.46% | - |
| HSV(B) | 45.37º | 0.68% | 0.71% | - |
| XYZ | 30.47 | 31.81 | 8.41 | - |
| YUV | 148.37 | 76.44 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 150 | 57 | 0 | 0.17 | 0.68 | 0.29 | 45.37 | 0.52 | 0.46 |
| Hex | B4 | 96 | 39 | 0 | 11 | 44 | 1D | 2D | 34 | 2E |
| Octal | 264 | 226 | 71 | 0 | 21 | 104 | 35 | 55 | 64 | 56 |
| Binary | 10110100 | 10010110 | 111001 | 0 | 10001 | 1000100 | 11101 | 101101 | 110100 | 101110 |
Color Harmonies of #B49639
Complementary color
Monochromatic Colors of #B49639
Black with #B49639
Text Example
Text Example
White with #B49639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49639; }
p { color: rgb(180,150,57); }
H1.HeaderClassName
{
color: #B49639;
}
.AnyTagClassName
{
color: #B49639;
}
</style>
background-color css
<style>
a { background-color: #B49639; }
a { background-color: rgb(180,150,57); }
div.DivClassName
{
background-color: #B49639;
}
.BgClassName
{
background-color: #B49639;
}
</style>
border-color css
<style>
span { border-color: #B49639; }
span { border-color: rgb(180,150,57); }
td.TdClassName
{
border-color: #B49639;
}
.TagClassName
{
border-color: #B49639;
}
</style>