Shades of Roti #B89945
Tints of Roti #B89945
RGB
CMYK
RGB Variations
Color information
#B89945 (or 0xB89945) is known color: Roti. HEX triplet: B8, 99 and 45. RGB value is (184,153,69). Sum of RGB (Red+Green+Blue) = 184+153+69=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 69 (27.34% from 255 or 17.00% from 406); Max value from RGB is 184 - color contains mainly: red. Hex color #B89945 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89945 is #4766BA. Grayscale: #999999. Windows color (decimal): -4679355 or 4561336. OLE color: 4561336.
HSL color Cylindrical-coordinate representation of color #B89945: hue angle of 43.83º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B89945 is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 153 | 69 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.28 |
| HSL | 43.83º | 0.45% | 0.5% | - |
| HSV(B) | 43.83º | 0.63% | 0.72% | - |
| XYZ | 32.23 | 33.4 | 10.38 | - |
| YUV | 152.69 | 80.77 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 153 | 69 | 0 | 0.17 | 0.62 | 0.28 | 43.83 | 0.45 | 0.5 |
| Hex | B8 | 99 | 45 | 0 | 11 | 3E | 1C | 2C | 2D | 32 |
| Octal | 270 | 231 | 105 | 0 | 21 | 76 | 34 | 54 | 55 | 62 |
| Binary | 10111000 | 10011001 | 1000101 | 0 | 10001 | 111110 | 11100 | 101100 | 101101 | 110010 |
Color Harmonies of #B89945
Complementary color
Monochromatic Colors of #B89945
Black with #B89945
Text Example
Text Example
White with #B89945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89945; }
p { color: rgb(184,153,69); }
H1.HeaderClassName
{
color: #B89945;
}
.AnyTagClassName
{
color: #B89945;
}
</style>
background-color css
<style>
a { background-color: #B89945; }
a { background-color: rgb(184,153,69); }
div.DivClassName
{
background-color: #B89945;
}
.BgClassName
{
background-color: #B89945;
}
</style>
border-color css
<style>
span { border-color: #B89945; }
span { border-color: rgb(184,153,69); }
td.TdClassName
{
border-color: #B89945;
}
.TagClassName
{
border-color: #B89945;
}
</style>