Shades of Roti #B79844
Tints of Roti #B79844
RGB
CMYK
RGB Variations
Color information
#B79844 (or 0xB79844) is known color: Roti. HEX triplet: B7, 98 and 44. RGB value is (183,152,68). Sum of RGB (Red+Green+Blue) = 183+152+68=403 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.41% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 68 (26.95% from 255 or 16.87% from 403); Max value from RGB is 183 - color contains mainly: red. Hex color #B79844 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79844 is #4867BB. Grayscale: #989898. Windows color (decimal): -4745148 or 4495543. OLE color: 4495543.
HSL color Cylindrical-coordinate representation of color #B79844: hue angle of 43.83º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B79844 is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 152 | 68 | - |
| CMYK | 0 | 0.17 | 0.63 | 0.28 |
| HSL | 43.83º | 0.46% | 0.49% | - |
| HSV(B) | 43.83º | 0.63% | 0.72% | - |
| XYZ | 31.8 | 32.94 | 10.15 | - |
| YUV | 151.69 | 80.77 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 152 | 68 | 0 | 0.17 | 0.63 | 0.28 | 43.83 | 0.46 | 0.49 |
| Hex | B7 | 98 | 44 | 0 | 11 | 3F | 1C | 2C | 2E | 31 |
| Octal | 267 | 230 | 104 | 0 | 21 | 77 | 34 | 54 | 56 | 61 |
| Binary | 10110111 | 10011000 | 1000100 | 0 | 10001 | 111111 | 11100 | 101100 | 101110 | 110001 |
Color Harmonies of #B79844
Complementary color
Monochromatic Colors of #B79844
Black with #B79844
Text Example
Text Example
White with #B79844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79844; }
p { color: rgb(183,152,68); }
H1.HeaderClassName
{
color: #B79844;
}
.AnyTagClassName
{
color: #B79844;
}
</style>
background-color css
<style>
a { background-color: #B79844; }
a { background-color: rgb(183,152,68); }
div.DivClassName
{
background-color: #B79844;
}
.BgClassName
{
background-color: #B79844;
}
</style>
border-color css
<style>
span { border-color: #B79844; }
span { border-color: rgb(183,152,68); }
td.TdClassName
{
border-color: #B79844;
}
.TagClassName
{
border-color: #B79844;
}
</style>