Shades of Roti #B89448
Tints of Roti #B89448
RGB
CMYK
RGB Variations
Color information
#B89448 (or 0xB89448) is known color: Roti. HEX triplet: B8, 94 and 48. RGB value is (184,148,72). Sum of RGB (Red+Green+Blue) = 184+148+72=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 72 (28.52% from 255 or 17.82% from 404); Max value from RGB is 184 - color contains mainly: red. Hex color #B89448 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89448 is #476BB7. Grayscale: #969696. Windows color (decimal): -4680632 or 4756664. OLE color: 4756664.
HSL color Cylindrical-coordinate representation of color #B89448: hue angle of 40.71º 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 #B89448 is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 148 | 72 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.28 |
| HSL | 40.71º | 0.44% | 0.5% | - |
| HSV(B) | 40.71º | 0.61% | 0.72% | - |
| XYZ | 31.53 | 31.84 | 10.61 | - |
| YUV | 150.1 | 83.93 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 148 | 72 | 0 | 0.20 | 0.61 | 0.28 | 40.71 | 0.44 | 0.5 |
| Hex | B8 | 94 | 48 | 0 | 14 | 3D | 1C | 29 | 2C | 32 |
| Octal | 270 | 224 | 110 | 0 | 24 | 75 | 34 | 51 | 54 | 62 |
| Binary | 10111000 | 10010100 | 1001000 | 0 | 10100 | 111101 | 11100 | 101001 | 101100 | 110010 |
Color Harmonies of #B89448
Complementary color
Monochromatic Colors of #B89448
Black with #B89448
Text Example
Text Example
White with #B89448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89448; }
p { color: rgb(184,148,72); }
H1.HeaderClassName
{
color: #B89448;
}
.AnyTagClassName
{
color: #B89448;
}
</style>
background-color css
<style>
a { background-color: #B89448; }
a { background-color: rgb(184,148,72); }
div.DivClassName
{
background-color: #B89448;
}
.BgClassName
{
background-color: #B89448;
}
</style>
border-color css
<style>
span { border-color: #B89448; }
span { border-color: rgb(184,148,72); }
td.TdClassName
{
border-color: #B89448;
}
.TagClassName
{
border-color: #B89448;
}
</style>