Shades of Roti #B89746
Tints of Roti #B89746
RGB
CMYK
RGB Variations
Color information
#B89746 (or 0xB89746) is known color: Roti. HEX triplet: B8, 97 and 46. RGB value is (184,151,70). Sum of RGB (Red+Green+Blue) = 184+151+70=405 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.43% from 405); Green value is 151 (59.38% from 255 or 37.28% from 405); Blue value is 70 (27.73% from 255 or 17.28% from 405); Max value from RGB is 184 - color contains mainly: red. Hex color #B89746 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89746 is #4768B9. Grayscale: #979797. Windows color (decimal): -4679866 or 4626360. OLE color: 4626360.
HSL color Cylindrical-coordinate representation of color #B89746: hue angle of 42.63º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B89746 is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 151 | 70 | - |
| CMYK | 0 | 0.18 | 0.62 | 0.28 |
| HSL | 42.63º | 0.45% | 0.5% | - |
| HSV(B) | 42.63º | 0.62% | 0.72% | - |
| XYZ | 31.94 | 32.77 | 10.44 | - |
| YUV | 151.63 | 81.93 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 151 | 70 | 0 | 0.18 | 0.62 | 0.28 | 42.63 | 0.45 | 0.5 |
| Hex | B8 | 97 | 46 | 0 | 12 | 3E | 1C | 2B | 2D | 32 |
| Octal | 270 | 227 | 106 | 0 | 22 | 76 | 34 | 53 | 55 | 62 |
| Binary | 10111000 | 10010111 | 1000110 | 0 | 10010 | 111110 | 11100 | 101011 | 101101 | 110010 |
Color Harmonies of #B89746
Complementary color
Monochromatic Colors of #B89746
Black with #B89746
Text Example
Text Example
White with #B89746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89746; }
p { color: rgb(184,151,70); }
H1.HeaderClassName
{
color: #B89746;
}
.AnyTagClassName
{
color: #B89746;
}
</style>
background-color css
<style>
a { background-color: #B89746; }
a { background-color: rgb(184,151,70); }
div.DivClassName
{
background-color: #B89746;
}
.BgClassName
{
background-color: #B89746;
}
</style>
border-color css
<style>
span { border-color: #B89746; }
span { border-color: rgb(184,151,70); }
td.TdClassName
{
border-color: #B89746;
}
.TagClassName
{
border-color: #B89746;
}
</style>