Shades of Roti #B89947
Tints of Roti #B89947
RGB
CMYK
RGB Variations
Color information
#B89947 (or 0xB89947) is known color: Roti. HEX triplet: B8, 99 and 47. RGB value is (184,153,71). Sum of RGB (Red+Green+Blue) = 184+153+71=408 (54% of max value = 765). Red value is 184 (72.27% from 255 or 45.10% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 71 (28.12% from 255 or 17.40% from 408); Max value from RGB is 184 - color contains mainly: red. Hex color #B89947 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89947 is #4766B8. Grayscale: #999999. Windows color (decimal): -4679353 or 4692408. OLE color: 4692408.
HSL color Cylindrical-coordinate representation of color #B89947: hue angle of 43.54º 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 #B89947 is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 153 | 71 | - |
| CMYK | 0 | 0.17 | 0.61 | 0.28 |
| HSL | 43.54º | 0.44% | 0.5% | - |
| HSV(B) | 43.54º | 0.61% | 0.72% | - |
| XYZ | 32.3 | 33.43 | 10.71 | - |
| YUV | 152.92 | 81.77 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 153 | 71 | 0 | 0.17 | 0.61 | 0.28 | 43.54 | 0.44 | 0.5 |
| Hex | B8 | 99 | 47 | 0 | 11 | 3D | 1C | 2C | 2C | 32 |
| Octal | 270 | 231 | 107 | 0 | 21 | 75 | 34 | 54 | 54 | 62 |
| Binary | 10111000 | 10011001 | 1000111 | 0 | 10001 | 111101 | 11100 | 101100 | 101100 | 110010 |
Color Harmonies of #B89947
Complementary color
Monochromatic Colors of #B89947
Black with #B89947
Text Example
Text Example
White with #B89947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89947; }
p { color: rgb(184,153,71); }
H1.HeaderClassName
{
color: #B89947;
}
.AnyTagClassName
{
color: #B89947;
}
</style>
background-color css
<style>
a { background-color: #B89947; }
a { background-color: rgb(184,153,71); }
div.DivClassName
{
background-color: #B89947;
}
.BgClassName
{
background-color: #B89947;
}
</style>
border-color css
<style>
span { border-color: #B89947; }
span { border-color: rgb(184,153,71); }
td.TdClassName
{
border-color: #B89947;
}
.TagClassName
{
border-color: #B89947;
}
</style>