Shades of Roti #B79044
Tints of Roti #B79044
RGB
CMYK
RGB Variations
Color information
#B79044 (or 0xB79044) is known color: Roti. HEX triplet: B7, 90 and 44. RGB value is (183,144,68). Sum of RGB (Red+Green+Blue) = 183+144+68=395 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.33% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 68 (26.95% from 255 or 17.22% from 395); Max value from RGB is 183 - color contains mainly: red. Hex color #B79044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79044 is #486FBB. Grayscale: #939393. Windows color (decimal): -4747196 or 4493495. OLE color: 4493495.
HSL color Cylindrical-coordinate representation of color #B79044: hue angle of 39.65º 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 #B79044 is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 144 | 68 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.28 |
| HSL | 39.65º | 0.46% | 0.49% | - |
| HSV(B) | 39.65º | 0.63% | 0.72% | - |
| XYZ | 30.55 | 30.43 | 9.73 | - |
| YUV | 147 | 83.42 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 144 | 68 | 0 | 0.21 | 0.63 | 0.28 | 39.65 | 0.46 | 0.49 |
| Hex | B7 | 90 | 44 | 0 | 15 | 3F | 1C | 28 | 2E | 31 |
| Octal | 267 | 220 | 104 | 0 | 25 | 77 | 34 | 50 | 56 | 61 |
| Binary | 10110111 | 10010000 | 1000100 | 0 | 10101 | 111111 | 11100 | 101000 | 101110 | 110001 |
Color Harmonies of #B79044
Complementary color
Monochromatic Colors of #B79044
Black with #B79044
Text Example
Text Example
White with #B79044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79044; }
p { color: rgb(183,144,68); }
H1.HeaderClassName
{
color: #B79044;
}
.AnyTagClassName
{
color: #B79044;
}
</style>
background-color css
<style>
a { background-color: #B79044; }
a { background-color: rgb(183,144,68); }
div.DivClassName
{
background-color: #B79044;
}
.BgClassName
{
background-color: #B79044;
}
</style>
border-color css
<style>
span { border-color: #B79044; }
span { border-color: rgb(183,144,68); }
td.TdClassName
{
border-color: #B79044;
}
.TagClassName
{
border-color: #B79044;
}
</style>