Shades of Roti #B89449
Tints of Roti #B89449
RGB
CMYK
RGB Variations
Color information
#B89449 (or 0xB89449) is known color: Roti. HEX triplet: B8, 94 and 49. RGB value is (184,148,73). Sum of RGB (Red+Green+Blue) = 184+148+73=405 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.43% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 73 (28.91% from 255 or 18.02% from 405); Max value from RGB is 184 - color contains mainly: red. Hex color #B89449 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89449 is #476BB6. Grayscale: #969696. Windows color (decimal): -4680631 or 4822200. OLE color: 4822200.
HSL color Cylindrical-coordinate representation of color #B89449: hue angle of 40.54º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B89449 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 148 | 73 | - |
| CMYK | 0 | 0.20 | 0.60 | 0.28 |
| HSL | 40.54º | 0.44% | 0.5% | - |
| HSV(B) | 40.54º | 0.6% | 0.72% | - |
| XYZ | 31.56 | 31.85 | 10.79 | - |
| YUV | 150.21 | 84.43 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 148 | 73 | 0 | 0.20 | 0.60 | 0.28 | 40.54 | 0.44 | 0.5 |
| Hex | B8 | 94 | 49 | 0 | 14 | 3C | 1C | 29 | 2C | 32 |
| Octal | 270 | 224 | 111 | 0 | 24 | 74 | 34 | 51 | 54 | 62 |
| Binary | 10111000 | 10010100 | 1001001 | 0 | 10100 | 111100 | 11100 | 101001 | 101100 | 110010 |
Color Harmonies of #B89449
Complementary color
Monochromatic Colors of #B89449
Black with #B89449
Text Example
Text Example
White with #B89449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89449; }
p { color: rgb(184,148,73); }
H1.HeaderClassName
{
color: #B89449;
}
.AnyTagClassName
{
color: #B89449;
}
</style>
background-color css
<style>
a { background-color: #B89449; }
a { background-color: rgb(184,148,73); }
div.DivClassName
{
background-color: #B89449;
}
.BgClassName
{
background-color: #B89449;
}
</style>
border-color css
<style>
span { border-color: #B89449; }
span { border-color: rgb(184,148,73); }
td.TdClassName
{
border-color: #B89449;
}
.TagClassName
{
border-color: #B89449;
}
</style>