Shades of Roti #B79544
Tints of Roti #B79544
RGB
CMYK
RGB Variations
Color information
#B79544 (or 0xB79544) is known color: Roti. HEX triplet: B7, 95 and 44. RGB value is (183,149,68). Sum of RGB (Red+Green+Blue) = 183+149+68=400 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.75% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 68 (26.95% from 255 or 17% from 400); Max value from RGB is 183 - color contains mainly: red. Hex color #B79544 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79544 is #486ABB. Grayscale: #969696. Windows color (decimal): -4745916 or 4494775. OLE color: 4494775.
HSL color Cylindrical-coordinate representation of color #B79544: hue angle of 42.26º 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 #B79544 is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 149 | 68 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.28 |
| HSL | 42.26º | 0.46% | 0.49% | - |
| HSV(B) | 42.26º | 0.63% | 0.72% | - |
| XYZ | 31.32 | 31.98 | 9.99 | - |
| YUV | 149.93 | 81.76 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 149 | 68 | 0 | 0.19 | 0.63 | 0.28 | 42.26 | 0.46 | 0.49 |
| Hex | B7 | 95 | 44 | 0 | 13 | 3F | 1C | 2A | 2E | 31 |
| Octal | 267 | 225 | 104 | 0 | 23 | 77 | 34 | 52 | 56 | 61 |
| Binary | 10110111 | 10010101 | 1000100 | 0 | 10011 | 111111 | 11100 | 101010 | 101110 | 110001 |
Color Harmonies of #B79544
Complementary color
Monochromatic Colors of #B79544
Black with #B79544
Text Example
Text Example
White with #B79544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79544; }
p { color: rgb(183,149,68); }
H1.HeaderClassName
{
color: #B79544;
}
.AnyTagClassName
{
color: #B79544;
}
</style>
background-color css
<style>
a { background-color: #B79544; }
a { background-color: rgb(183,149,68); }
div.DivClassName
{
background-color: #B79544;
}
.BgClassName
{
background-color: #B79544;
}
</style>
border-color css
<style>
span { border-color: #B79544; }
span { border-color: rgb(183,149,68); }
td.TdClassName
{
border-color: #B79544;
}
.TagClassName
{
border-color: #B79544;
}
</style>