Shades of Roti #B79B42
Tints of Roti #B79B42
RGB
CMYK
RGB Variations
Color information
#B79B42 (or 0xB79B42) is known color: Roti. HEX triplet: B7, 9B and 42. RGB value is (183,155,66). Sum of RGB (Red+Green+Blue) = 183+155+66=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 155 (60.94% from 255 or 38.37% from 404); Blue value is 66 (26.17% from 255 or 16.34% from 404); Max value from RGB is 183 - color contains mainly: red. Hex color #B79B42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79B42 is #4864BD. Grayscale: #999999. Windows color (decimal): -4744382 or 4365239. OLE color: 4365239.
HSL color Cylindrical-coordinate representation of color #B79B42: hue angle of 45.64º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B79B42 is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 155 | 66 | - |
| CMYK | 0 | 0.15 | 0.64 | 0.28 |
| HSL | 45.64º | 0.47% | 0.49% | - |
| HSV(B) | 45.64º | 0.64% | 0.72% | - |
| XYZ | 32.23 | 33.9 | 10 | - |
| YUV | 153.23 | 78.78 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 155 | 66 | 0 | 0.15 | 0.64 | 0.28 | 45.64 | 0.47 | 0.49 |
| Hex | B7 | 9B | 42 | 0 | F | 40 | 1C | 2E | 2F | 31 |
| Octal | 267 | 233 | 102 | 0 | 17 | 100 | 34 | 56 | 57 | 61 |
| Binary | 10110111 | 10011011 | 1000010 | 0 | 1111 | 1000000 | 11100 | 101110 | 101111 | 110001 |
Color Harmonies of #B79B42
Complementary color
Monochromatic Colors of #B79B42
Black with #B79B42
Text Example
Text Example
White with #B79B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79B42; }
p { color: rgb(183,155,66); }
H1.HeaderClassName
{
color: #B79B42;
}
.AnyTagClassName
{
color: #B79B42;
}
</style>
background-color css
<style>
a { background-color: #B79B42; }
a { background-color: rgb(183,155,66); }
div.DivClassName
{
background-color: #B79B42;
}
.BgClassName
{
background-color: #B79B42;
}
</style>
border-color css
<style>
span { border-color: #B79B42; }
span { border-color: rgb(183,155,66); }
td.TdClassName
{
border-color: #B79B42;
}
.TagClassName
{
border-color: #B79B42;
}
</style>