Shades of Roti #B89243
Tints of Roti #B89243
RGB
CMYK
RGB Variations
Color information
#B89243 (or 0xB89243) is known color: Roti. HEX triplet: B8, 92 and 43. RGB value is (184,146,67). Sum of RGB (Red+Green+Blue) = 184+146+67=397 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.35% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 67 (26.56% from 255 or 16.88% from 397); Max value from RGB is 184 - color contains mainly: red. Hex color #B89243 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89243 is #476DBC. Grayscale: #949494. Windows color (decimal): -4681149 or 4428472. OLE color: 4428472.
HSL color Cylindrical-coordinate representation of color #B89243: hue angle of 40.51º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B89243 is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 146 | 67 | - |
| CMYK | 0 | 0.21 | 0.64 | 0.28 |
| HSL | 40.51º | 0.47% | 0.49% | - |
| HSV(B) | 40.51º | 0.64% | 0.72% | - |
| XYZ | 31.06 | 31.15 | 9.69 | - |
| YUV | 148.36 | 82.09 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 146 | 67 | 0 | 0.21 | 0.64 | 0.28 | 40.51 | 0.47 | 0.49 |
| Hex | B8 | 92 | 43 | 0 | 15 | 40 | 1C | 29 | 2F | 31 |
| Octal | 270 | 222 | 103 | 0 | 25 | 100 | 34 | 51 | 57 | 61 |
| Binary | 10111000 | 10010010 | 1000011 | 0 | 10101 | 1000000 | 11100 | 101001 | 101111 | 110001 |
Color Harmonies of #B89243
Complementary color
Monochromatic Colors of #B89243
Black with #B89243
Text Example
Text Example
White with #B89243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89243; }
p { color: rgb(184,146,67); }
H1.HeaderClassName
{
color: #B89243;
}
.AnyTagClassName
{
color: #B89243;
}
</style>
background-color css
<style>
a { background-color: #B89243; }
a { background-color: rgb(184,146,67); }
div.DivClassName
{
background-color: #B89243;
}
.BgClassName
{
background-color: #B89243;
}
</style>
border-color css
<style>
span { border-color: #B89243; }
span { border-color: rgb(184,146,67); }
td.TdClassName
{
border-color: #B89243;
}
.TagClassName
{
border-color: #B89243;
}
</style>