Shades of Roti #B89748
Tints of Roti #B89748
RGB
CMYK
RGB Variations
Color information
#B89748 (or 0xB89748) is known color: Roti. HEX triplet: B8, 97 and 48. RGB value is (184,151,72). Sum of RGB (Red+Green+Blue) = 184+151+72=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 151 (59.38% from 255 or 37.10% from 407); Blue value is 72 (28.52% from 255 or 17.69% from 407); Max value from RGB is 184 - color contains mainly: red. Hex color #B89748 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89748 is #4768B7. Grayscale: #989898. Windows color (decimal): -4679864 or 4757432. OLE color: 4757432.
HSL color Cylindrical-coordinate representation of color #B89748: hue angle of 42.32º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B89748 is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 151 | 72 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.28 |
| HSL | 42.32º | 0.44% | 0.5% | - |
| HSV(B) | 42.32º | 0.61% | 0.72% | - |
| XYZ | 32 | 32.79 | 10.77 | - |
| YUV | 151.86 | 82.93 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 151 | 72 | 0 | 0.18 | 0.61 | 0.28 | 42.32 | 0.44 | 0.5 |
| Hex | B8 | 97 | 48 | 0 | 12 | 3D | 1C | 2A | 2C | 32 |
| Octal | 270 | 227 | 110 | 0 | 22 | 75 | 34 | 52 | 54 | 62 |
| Binary | 10111000 | 10010111 | 1001000 | 0 | 10010 | 111101 | 11100 | 101010 | 101100 | 110010 |
Color Harmonies of #B89748
Complementary color
Monochromatic Colors of #B89748
Black with #B89748
Text Example
Text Example
White with #B89748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89748; }
p { color: rgb(184,151,72); }
H1.HeaderClassName
{
color: #B89748;
}
.AnyTagClassName
{
color: #B89748;
}
</style>
background-color css
<style>
a { background-color: #B89748; }
a { background-color: rgb(184,151,72); }
div.DivClassName
{
background-color: #B89748;
}
.BgClassName
{
background-color: #B89748;
}
</style>
border-color css
<style>
span { border-color: #B89748; }
span { border-color: rgb(184,151,72); }
td.TdClassName
{
border-color: #B89748;
}
.TagClassName
{
border-color: #B89748;
}
</style>