Shades of Roti #B39D40
Tints of Roti #B39D40
RGB
CMYK
RGB Variations
Color information
#B39D40 (or 0xB39D40) is known color: Roti. HEX triplet: B3, 9D and 40. RGB value is (179,157,64). Sum of RGB (Red+Green+Blue) = 179+157+64=400 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.75% from 400); Green value is 157 (61.72% from 255 or 39.25% from 400); Blue value is 64 (25.39% from 255 or 16% from 400); Max value from RGB is 179 - color contains mainly: red. Hex color #B39D40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39D40 is #4C62BF. Grayscale: #999999. Windows color (decimal): -5006016 or 4234675. OLE color: 4234675.
HSL color Cylindrical-coordinate representation of color #B39D40: hue angle of 48.52º 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 #B39D40 is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 157 | 64 | - |
| CMYK | 0 | 0.12 | 0.64 | 0.30 |
| HSL | 48.52º | 0.47% | 0.48% | - |
| HSV(B) | 48.52º | 0.64% | 0.7% | - |
| XYZ | 31.57 | 34.07 | 9.76 | - |
| YUV | 152.98 | 77.79 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 157 | 64 | 0 | 0.12 | 0.64 | 0.30 | 48.52 | 0.47 | 0.48 |
| Hex | B3 | 9D | 40 | 0 | C | 40 | 1E | 31 | 2F | 30 |
| Octal | 263 | 235 | 100 | 0 | 14 | 100 | 36 | 61 | 57 | 60 |
| Binary | 10110011 | 10011101 | 1000000 | 0 | 1100 | 1000000 | 11110 | 110001 | 101111 | 110000 |
Color Harmonies of #B39D40
Complementary color
Monochromatic Colors of #B39D40
Black with #B39D40
Text Example
Text Example
White with #B39D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39D40; }
p { color: rgb(179,157,64); }
H1.HeaderClassName
{
color: #B39D40;
}
.AnyTagClassName
{
color: #B39D40;
}
</style>
background-color css
<style>
a { background-color: #B39D40; }
a { background-color: rgb(179,157,64); }
div.DivClassName
{
background-color: #B39D40;
}
.BgClassName
{
background-color: #B39D40;
}
</style>
border-color css
<style>
span { border-color: #B39D40; }
span { border-color: rgb(179,157,64); }
td.TdClassName
{
border-color: #B39D40;
}
.TagClassName
{
border-color: #B39D40;
}
</style>