Shades of Roti #B89840
Tints of Roti #B89840
RGB
CMYK
RGB Variations
Color information
#B89840 (or 0xB89840) is known color: Roti. HEX triplet: B8, 98 and 40. RGB value is (184,152,64). Sum of RGB (Red+Green+Blue) = 184+152+64=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 152 (59.77% from 255 or 38% from 400); Blue value is 64 (25.39% from 255 or 16% from 400); Max value from RGB is 184 - color contains mainly: red. Hex color #B89840 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89840 is #4767BF. Grayscale: #979797. Windows color (decimal): -4679616 or 4233400. OLE color: 4233400.
HSL color Cylindrical-coordinate representation of color #B89840: hue angle of 44º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B89840 is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 152 | 64 | - |
| CMYK | 0 | 0.17 | 0.65 | 0.28 |
| HSL | 44º | 0.48% | 0.49% | - |
| HSV(B) | 44º | 0.65% | 0.72% | - |
| XYZ | 31.92 | 33.02 | 9.54 | - |
| YUV | 151.54 | 78.6 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 152 | 64 | 0 | 0.17 | 0.65 | 0.28 | 44 | 0.48 | 0.49 |
| Hex | B8 | 98 | 40 | 0 | 11 | 41 | 1C | 2C | 30 | 31 |
| Octal | 270 | 230 | 100 | 0 | 21 | 101 | 34 | 54 | 60 | 61 |
| Binary | 10111000 | 10011000 | 1000000 | 0 | 10001 | 1000001 | 11100 | 101100 | 110000 | 110001 |
Color Harmonies of #B89840
Complementary color
Monochromatic Colors of #B89840
Black with #B89840
Text Example
Text Example
White with #B89840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89840; }
p { color: rgb(184,152,64); }
H1.HeaderClassName
{
color: #B89840;
}
.AnyTagClassName
{
color: #B89840;
}
</style>
background-color css
<style>
a { background-color: #B89840; }
a { background-color: rgb(184,152,64); }
div.DivClassName
{
background-color: #B89840;
}
.BgClassName
{
background-color: #B89840;
}
</style>
border-color css
<style>
span { border-color: #B89840; }
span { border-color: rgb(184,152,64); }
td.TdClassName
{
border-color: #B89840;
}
.TagClassName
{
border-color: #B89840;
}
</style>