Shades of Roti #B89044
Tints of Roti #B89044
RGB
CMYK
RGB Variations
Color information
#B89044 (or 0xB89044) is known color: Roti. HEX triplet: B8, 90 and 44. RGB value is (184,144,68). Sum of RGB (Red+Green+Blue) = 184+144+68=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 144 (56.64% from 255 or 36.36% from 396); Blue value is 68 (26.95% from 255 or 17.17% from 396); Max value from RGB is 184 - color contains mainly: red. Hex color #B89044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89044 is #476FBB. Grayscale: #939393. Windows color (decimal): -4681660 or 4493496. OLE color: 4493496.
HSL color Cylindrical-coordinate representation of color #B89044: hue angle of 39.31º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B89044 is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 144 | 68 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.28 |
| HSL | 39.31º | 0.46% | 0.49% | - |
| HSV(B) | 39.31º | 0.63% | 0.72% | - |
| XYZ | 30.78 | 30.55 | 9.74 | - |
| YUV | 147.3 | 83.25 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 144 | 68 | 0 | 0.22 | 0.63 | 0.28 | 39.31 | 0.46 | 0.49 |
| Hex | B8 | 90 | 44 | 0 | 16 | 3F | 1C | 27 | 2E | 31 |
| Octal | 270 | 220 | 104 | 0 | 26 | 77 | 34 | 47 | 56 | 61 |
| Binary | 10111000 | 10010000 | 1000100 | 0 | 10110 | 111111 | 11100 | 100111 | 101110 | 110001 |
Color Harmonies of #B89044
Complementary color
Monochromatic Colors of #B89044
Black with #B89044
Text Example
Text Example
White with #B89044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89044; }
p { color: rgb(184,144,68); }
H1.HeaderClassName
{
color: #B89044;
}
.AnyTagClassName
{
color: #B89044;
}
</style>
background-color css
<style>
a { background-color: #B89044; }
a { background-color: rgb(184,144,68); }
div.DivClassName
{
background-color: #B89044;
}
.BgClassName
{
background-color: #B89044;
}
</style>
border-color css
<style>
span { border-color: #B89044; }
span { border-color: rgb(184,144,68); }
td.TdClassName
{
border-color: #B89044;
}
.TagClassName
{
border-color: #B89044;
}
</style>