Shades of Roti #B89844
Tints of Roti #B89844
RGB
CMYK
RGB Variations
Color information
#B89844 (or 0xB89844) is known color: Roti. HEX triplet: B8, 98 and 44. RGB value is (184,152,68). Sum of RGB (Red+Green+Blue) = 184+152+68=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 68 (26.95% from 255 or 16.83% from 404); Max value from RGB is 184 - color contains mainly: red. Hex color #B89844 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89844 is #4767BB. Grayscale: #989898. Windows color (decimal): -4679612 or 4495544. OLE color: 4495544.
HSL color Cylindrical-coordinate representation of color #B89844: hue angle of 43.45º 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 #B89844 is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 152 | 68 | - |
| CMYK | 0 | 0.17 | 0.63 | 0.28 |
| HSL | 43.45º | 0.46% | 0.49% | - |
| HSV(B) | 43.45º | 0.63% | 0.72% | - |
| XYZ | 32.04 | 33.06 | 10.16 | - |
| YUV | 151.99 | 80.6 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 152 | 68 | 0 | 0.17 | 0.63 | 0.28 | 43.45 | 0.46 | 0.49 |
| Hex | B8 | 98 | 44 | 0 | 11 | 3F | 1C | 2B | 2E | 31 |
| Octal | 270 | 230 | 104 | 0 | 21 | 77 | 34 | 53 | 56 | 61 |
| Binary | 10111000 | 10011000 | 1000100 | 0 | 10001 | 111111 | 11100 | 101011 | 101110 | 110001 |
Color Harmonies of #B89844
Complementary color
Monochromatic Colors of #B89844
Black with #B89844
Text Example
Text Example
White with #B89844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89844; }
p { color: rgb(184,152,68); }
H1.HeaderClassName
{
color: #B89844;
}
.AnyTagClassName
{
color: #B89844;
}
</style>
background-color css
<style>
a { background-color: #B89844; }
a { background-color: rgb(184,152,68); }
div.DivClassName
{
background-color: #B89844;
}
.BgClassName
{
background-color: #B89844;
}
</style>
border-color css
<style>
span { border-color: #B89844; }
span { border-color: rgb(184,152,68); }
td.TdClassName
{
border-color: #B89844;
}
.TagClassName
{
border-color: #B89844;
}
</style>