Shades of Roti #B39844
Tints of Roti #B39844
RGB
CMYK
RGB Variations
Color information
#B39844 (or 0xB39844) is known color: Roti. HEX triplet: B3, 98 and 44. RGB value is (179,152,68). Sum of RGB (Red+Green+Blue) = 179+152+68=399 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.86% from 399); Green value is 152 (59.77% from 255 or 38.10% from 399); Blue value is 68 (26.95% from 255 or 17.04% from 399); Max value from RGB is 179 - color contains mainly: red. Hex color #B39844 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39844 is #4C67BB. Grayscale: #969696. Windows color (decimal): -5007292 or 4495539. OLE color: 4495539.
HSL color Cylindrical-coordinate representation of color #B39844: hue angle of 45.41º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B39844 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 152 | 68 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.30 |
| HSL | 45.41º | 0.45% | 0.48% | - |
| HSV(B) | 45.41º | 0.62% | 0.7% | - |
| XYZ | 30.86 | 32.46 | 10.11 | - |
| YUV | 150.5 | 81.45 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 152 | 68 | 0 | 0.15 | 0.62 | 0.30 | 45.41 | 0.45 | 0.48 |
| Hex | B3 | 98 | 44 | 0 | F | 3E | 1E | 2D | 2D | 30 |
| Octal | 263 | 230 | 104 | 0 | 17 | 76 | 36 | 55 | 55 | 60 |
| Binary | 10110011 | 10011000 | 1000100 | 0 | 1111 | 111110 | 11110 | 101101 | 101101 | 110000 |
Color Harmonies of #B39844
Complementary color
Monochromatic Colors of #B39844
Black with #B39844
Text Example
Text Example
White with #B39844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39844; }
p { color: rgb(179,152,68); }
H1.HeaderClassName
{
color: #B39844;
}
.AnyTagClassName
{
color: #B39844;
}
</style>
background-color css
<style>
a { background-color: #B39844; }
a { background-color: rgb(179,152,68); }
div.DivClassName
{
background-color: #B39844;
}
.BgClassName
{
background-color: #B39844;
}
</style>
border-color css
<style>
span { border-color: #B39844; }
span { border-color: rgb(179,152,68); }
td.TdClassName
{
border-color: #B39844;
}
.TagClassName
{
border-color: #B39844;
}
</style>