Shades of Roti #B79443
Tints of Roti #B79443
RGB
CMYK
RGB Variations
Color information
#B79443 (or 0xB79443) is known color: Roti. HEX triplet: B7, 94 and 43. RGB value is (183,148,67). Sum of RGB (Red+Green+Blue) = 183+148+67=398 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.98% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 67 (26.56% from 255 or 16.83% from 398); Max value from RGB is 183 - color contains mainly: red. Hex color #B79443 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79443 is #486BBC. Grayscale: #959595. Windows color (decimal): -4746173 or 4428983. OLE color: 4428983.
HSL color Cylindrical-coordinate representation of color #B79443: hue angle of 41.9º 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 #B79443 is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 148 | 67 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.28 |
| HSL | 41.9º | 0.46% | 0.49% | - |
| HSV(B) | 41.9º | 0.63% | 0.72% | - |
| XYZ | 31.13 | 31.65 | 9.78 | - |
| YUV | 149.23 | 81.6 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 148 | 67 | 0 | 0.19 | 0.63 | 0.28 | 41.9 | 0.46 | 0.49 |
| Hex | B7 | 94 | 43 | 0 | 13 | 3F | 1C | 2A | 2E | 31 |
| Octal | 267 | 224 | 103 | 0 | 23 | 77 | 34 | 52 | 56 | 61 |
| Binary | 10110111 | 10010100 | 1000011 | 0 | 10011 | 111111 | 11100 | 101010 | 101110 | 110001 |
Color Harmonies of #B79443
Complementary color
Monochromatic Colors of #B79443
Black with #B79443
Text Example
Text Example
White with #B79443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79443; }
p { color: rgb(183,148,67); }
H1.HeaderClassName
{
color: #B79443;
}
.AnyTagClassName
{
color: #B79443;
}
</style>
background-color css
<style>
a { background-color: #B79443; }
a { background-color: rgb(183,148,67); }
div.DivClassName
{
background-color: #B79443;
}
.BgClassName
{
background-color: #B79443;
}
</style>
border-color css
<style>
span { border-color: #B79443; }
span { border-color: rgb(183,148,67); }
td.TdClassName
{
border-color: #B79443;
}
.TagClassName
{
border-color: #B79443;
}
</style>