Shades of Roti #B79144
Tints of Roti #B79144
RGB
CMYK
RGB Variations
Color information
#B79144 (or 0xB79144) is known color: Roti. HEX triplet: B7, 91 and 44. RGB value is (183,145,68). Sum of RGB (Red+Green+Blue) = 183+145+68=396 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.21% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 68 (26.95% from 255 or 17.17% from 396); Max value from RGB is 183 - color contains mainly: red. Hex color #B79144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79144 is #486EBB. Grayscale: #939393. Windows color (decimal): -4746940 or 4493751. OLE color: 4493751.
HSL color Cylindrical-coordinate representation of color #B79144: hue angle of 40.17º 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 #B79144 is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 145 | 68 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.28 |
| HSL | 40.17º | 0.46% | 0.49% | - |
| HSV(B) | 40.17º | 0.63% | 0.72% | - |
| XYZ | 30.7 | 30.74 | 9.78 | - |
| YUV | 147.58 | 83.09 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 145 | 68 | 0 | 0.21 | 0.63 | 0.28 | 40.17 | 0.46 | 0.49 |
| Hex | B7 | 91 | 44 | 0 | 15 | 3F | 1C | 28 | 2E | 31 |
| Octal | 267 | 221 | 104 | 0 | 25 | 77 | 34 | 50 | 56 | 61 |
| Binary | 10110111 | 10010001 | 1000100 | 0 | 10101 | 111111 | 11100 | 101000 | 101110 | 110001 |
Color Harmonies of #B79144
Complementary color
Monochromatic Colors of #B79144
Black with #B79144
Text Example
Text Example
White with #B79144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79144; }
p { color: rgb(183,145,68); }
H1.HeaderClassName
{
color: #B79144;
}
.AnyTagClassName
{
color: #B79144;
}
</style>
background-color css
<style>
a { background-color: #B79144; }
a { background-color: rgb(183,145,68); }
div.DivClassName
{
background-color: #B79144;
}
.BgClassName
{
background-color: #B79144;
}
</style>
border-color css
<style>
span { border-color: #B79144; }
span { border-color: rgb(183,145,68); }
td.TdClassName
{
border-color: #B79144;
}
.TagClassName
{
border-color: #B79144;
}
</style>