Shades of Roti #B89445
Tints of Roti #B89445
RGB
CMYK
RGB Variations
Color information
#B89445 (or 0xB89445) is known color: Roti. HEX triplet: B8, 94 and 45. RGB value is (184,148,69). Sum of RGB (Red+Green+Blue) = 184+148+69=401 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.89% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 69 (27.34% from 255 or 17.21% from 401); Max value from RGB is 184 - color contains mainly: red. Hex color #B89445 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89445 is #476BBA. Grayscale: #969696. Windows color (decimal): -4680635 or 4560056. OLE color: 4560056.
HSL color Cylindrical-coordinate representation of color #B89445: hue angle of 41.22º 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 #B89445 is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 148 | 69 | - |
| CMYK | 0 | 0.20 | 0.62 | 0.28 |
| HSL | 41.22º | 0.45% | 0.5% | - |
| HSV(B) | 41.22º | 0.63% | 0.72% | - |
| XYZ | 31.43 | 31.8 | 10.11 | - |
| YUV | 149.76 | 82.43 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 148 | 69 | 0 | 0.20 | 0.62 | 0.28 | 41.22 | 0.45 | 0.5 |
| Hex | B8 | 94 | 45 | 0 | 14 | 3E | 1C | 29 | 2D | 32 |
| Octal | 270 | 224 | 105 | 0 | 24 | 76 | 34 | 51 | 55 | 62 |
| Binary | 10111000 | 10010100 | 1000101 | 0 | 10100 | 111110 | 11100 | 101001 | 101101 | 110010 |
Color Harmonies of #B89445
Complementary color
Monochromatic Colors of #B89445
Black with #B89445
Text Example
Text Example
White with #B89445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89445; }
p { color: rgb(184,148,69); }
H1.HeaderClassName
{
color: #B89445;
}
.AnyTagClassName
{
color: #B89445;
}
</style>
background-color css
<style>
a { background-color: #B89445; }
a { background-color: rgb(184,148,69); }
div.DivClassName
{
background-color: #B89445;
}
.BgClassName
{
background-color: #B89445;
}
</style>
border-color css
<style>
span { border-color: #B89445; }
span { border-color: rgb(184,148,69); }
td.TdClassName
{
border-color: #B89445;
}
.TagClassName
{
border-color: #B89445;
}
</style>