Shades of Roti #B79D40
Tints of Roti #B79D40
RGB
CMYK
RGB Variations
Color information
#B79D40 (or 0xB79D40) is known color: Roti. HEX triplet: B7, 9D and 40. RGB value is (183,157,64). Sum of RGB (Red+Green+Blue) = 183+157+64=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 157 (61.72% from 255 or 38.86% from 404); Blue value is 64 (25.39% from 255 or 15.84% from 404); Max value from RGB is 183 - color contains mainly: red. Hex color #B79D40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79D40 is #4862BF. Grayscale: #9A9A9A. Windows color (decimal): -4743872 or 4234679. OLE color: 4234679.
HSL color Cylindrical-coordinate representation of color #B79D40: hue angle of 46.89º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B79D40 is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 157 | 64 | - |
| CMYK | 0 | 0.14 | 0.65 | 0.28 |
| HSL | 46.89º | 0.48% | 0.48% | - |
| HSV(B) | 46.89º | 0.65% | 0.72% | - |
| XYZ | 32.51 | 34.55 | 9.81 | - |
| YUV | 154.17 | 77.11 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 157 | 64 | 0 | 0.14 | 0.65 | 0.28 | 46.89 | 0.48 | 0.48 |
| Hex | B7 | 9D | 40 | 0 | E | 41 | 1C | 2F | 30 | 30 |
| Octal | 267 | 235 | 100 | 0 | 16 | 101 | 34 | 57 | 60 | 60 |
| Binary | 10110111 | 10011101 | 1000000 | 0 | 1110 | 1000001 | 11100 | 101111 | 110000 | 110000 |
Color Harmonies of #B79D40
Complementary color
Monochromatic Colors of #B79D40
Black with #B79D40
Text Example
Text Example
White with #B79D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79D40; }
p { color: rgb(183,157,64); }
H1.HeaderClassName
{
color: #B79D40;
}
.AnyTagClassName
{
color: #B79D40;
}
</style>
background-color css
<style>
a { background-color: #B79D40; }
a { background-color: rgb(183,157,64); }
div.DivClassName
{
background-color: #B79D40;
}
.BgClassName
{
background-color: #B79D40;
}
</style>
border-color css
<style>
span { border-color: #B79D40; }
span { border-color: rgb(183,157,64); }
td.TdClassName
{
border-color: #B79D40;
}
.TagClassName
{
border-color: #B79D40;
}
</style>