Shades of Roti #B39540
Tints of Roti #B39540
RGB
CMYK
RGB Variations
Color information
#B39540 (or 0xB39540) is known color: Roti. HEX triplet: B3, 95 and 40. RGB value is (179,149,64). Sum of RGB (Red+Green+Blue) = 179+149+64=392 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.66% from 392); Green value is 149 (58.59% from 255 or 38.01% from 392); Blue value is 64 (25.39% from 255 or 16.33% from 392); Max value from RGB is 179 - color contains mainly: red. Hex color #B39540 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39540 is #4C6ABF. Grayscale: #949494. Windows color (decimal): -5008064 or 4232627. OLE color: 4232627.
HSL color Cylindrical-coordinate representation of color #B39540: hue angle of 44.35º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B39540 is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 149 | 64 | - |
| CMYK | 0 | 0.17 | 0.64 | 0.30 |
| HSL | 44.35º | 0.47% | 0.48% | - |
| HSV(B) | 44.35º | 0.64% | 0.7% | - |
| XYZ | 30.26 | 31.45 | 9.33 | - |
| YUV | 148.28 | 80.44 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 149 | 64 | 0 | 0.17 | 0.64 | 0.30 | 44.35 | 0.47 | 0.48 |
| Hex | B3 | 95 | 40 | 0 | 11 | 40 | 1E | 2C | 2F | 30 |
| Octal | 263 | 225 | 100 | 0 | 21 | 100 | 36 | 54 | 57 | 60 |
| Binary | 10110011 | 10010101 | 1000000 | 0 | 10001 | 1000000 | 11110 | 101100 | 101111 | 110000 |
Color Harmonies of #B39540
Complementary color
Monochromatic Colors of #B39540
Black with #B39540
Text Example
Text Example
White with #B39540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39540; }
p { color: rgb(179,149,64); }
H1.HeaderClassName
{
color: #B39540;
}
.AnyTagClassName
{
color: #B39540;
}
</style>
background-color css
<style>
a { background-color: #B39540; }
a { background-color: rgb(179,149,64); }
div.DivClassName
{
background-color: #B39540;
}
.BgClassName
{
background-color: #B39540;
}
</style>
border-color css
<style>
span { border-color: #B39540; }
span { border-color: rgb(179,149,64); }
td.TdClassName
{
border-color: #B39540;
}
.TagClassName
{
border-color: #B39540;
}
</style>