Shades of Roti #B89347
Tints of Roti #B89347
RGB
CMYK
RGB Variations
Color information
#B89347 (or 0xB89347) is known color: Roti. HEX triplet: B8, 93 and 47. RGB value is (184,147,71). Sum of RGB (Red+Green+Blue) = 184+147+71=402 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.77% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 71 (28.12% from 255 or 17.66% from 402); Max value from RGB is 184 - color contains mainly: red. Hex color #B89347 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89347 is #476CB8. Grayscale: #959595. Windows color (decimal): -4680889 or 4690872. OLE color: 4690872.
HSL color Cylindrical-coordinate representation of color #B89347: hue angle of 40.35º 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 #B89347 is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 147 | 71 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.28 |
| HSL | 40.35º | 0.44% | 0.5% | - |
| HSV(B) | 40.35º | 0.61% | 0.72% | - |
| XYZ | 31.34 | 31.51 | 10.39 | - |
| YUV | 149.4 | 83.76 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 147 | 71 | 0 | 0.20 | 0.61 | 0.28 | 40.35 | 0.44 | 0.5 |
| Hex | B8 | 93 | 47 | 0 | 14 | 3D | 1C | 28 | 2C | 32 |
| Octal | 270 | 223 | 107 | 0 | 24 | 75 | 34 | 50 | 54 | 62 |
| Binary | 10111000 | 10010011 | 1000111 | 0 | 10100 | 111101 | 11100 | 101000 | 101100 | 110010 |
Color Harmonies of #B89347
Complementary color
Monochromatic Colors of #B89347
Black with #B89347
Text Example
Text Example
White with #B89347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89347; }
p { color: rgb(184,147,71); }
H1.HeaderClassName
{
color: #B89347;
}
.AnyTagClassName
{
color: #B89347;
}
</style>
background-color css
<style>
a { background-color: #B89347; }
a { background-color: rgb(184,147,71); }
div.DivClassName
{
background-color: #B89347;
}
.BgClassName
{
background-color: #B89347;
}
</style>
border-color css
<style>
span { border-color: #B89347; }
span { border-color: rgb(184,147,71); }
td.TdClassName
{
border-color: #B89347;
}
.TagClassName
{
border-color: #B89347;
}
</style>