Shades of Roti #B89741
Tints of Roti #B89741
RGB
CMYK
RGB Variations
Color information
#B89741 (or 0xB89741) is known color: Roti. HEX triplet: B8, 97 and 41. RGB value is (184,151,65). Sum of RGB (Red+Green+Blue) = 184+151+65=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 151 (59.38% from 255 or 37.75% from 400); Blue value is 65 (25.78% from 255 or 16.25% from 400); Max value from RGB is 184 - color contains mainly: red. Hex color #B89741 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89741 is #4768BE. Grayscale: #979797. Windows color (decimal): -4679871 or 4298680. OLE color: 4298680.
HSL color Cylindrical-coordinate representation of color #B89741: hue angle of 43.36º 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 #B89741 is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 151 | 65 | - |
| CMYK | 0 | 0.18 | 0.65 | 0.28 |
| HSL | 43.36º | 0.48% | 0.49% | - |
| HSV(B) | 43.36º | 0.65% | 0.72% | - |
| XYZ | 31.79 | 32.71 | 9.64 | - |
| YUV | 151.06 | 79.43 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 151 | 65 | 0 | 0.18 | 0.65 | 0.28 | 43.36 | 0.48 | 0.49 |
| Hex | B8 | 97 | 41 | 0 | 12 | 41 | 1C | 2B | 30 | 31 |
| Octal | 270 | 227 | 101 | 0 | 22 | 101 | 34 | 53 | 60 | 61 |
| Binary | 10111000 | 10010111 | 1000001 | 0 | 10010 | 1000001 | 11100 | 101011 | 110000 | 110001 |
Color Harmonies of #B89741
Complementary color
Monochromatic Colors of #B89741
Black with #B89741
Text Example
Text Example
White with #B89741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89741; }
p { color: rgb(184,151,65); }
H1.HeaderClassName
{
color: #B89741;
}
.AnyTagClassName
{
color: #B89741;
}
</style>
background-color css
<style>
a { background-color: #B89741; }
a { background-color: rgb(184,151,65); }
div.DivClassName
{
background-color: #B89741;
}
.BgClassName
{
background-color: #B89741;
}
</style>
border-color css
<style>
span { border-color: #B89741; }
span { border-color: rgb(184,151,65); }
td.TdClassName
{
border-color: #B89741;
}
.TagClassName
{
border-color: #B89741;
}
</style>