Shades of Roti #B89645
Tints of Roti #B89645
RGB
CMYK
RGB Variations
Color information
#B89645 (or 0xB89645) is known color: Roti. HEX triplet: B8, 96 and 45. RGB value is (184,150,69). Sum of RGB (Red+Green+Blue) = 184+150+69=403 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.66% from 403); Green value is 150 (58.98% from 255 or 37.22% from 403); Blue value is 69 (27.34% from 255 or 17.12% from 403); Max value from RGB is 184 - color contains mainly: red. Hex color #B89645 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89645 is #4769BA. Grayscale: #979797. Windows color (decimal): -4680123 or 4560568. OLE color: 4560568.
HSL color Cylindrical-coordinate representation of color #B89645: hue angle of 42.26º 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 #B89645 is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 150 | 69 | - |
| CMYK | 0 | 0.18 | 0.62 | 0.28 |
| HSL | 42.26º | 0.45% | 0.5% | - |
| HSV(B) | 42.26º | 0.63% | 0.72% | - |
| XYZ | 31.75 | 32.43 | 10.22 | - |
| YUV | 150.93 | 81.76 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 150 | 69 | 0 | 0.18 | 0.62 | 0.28 | 42.26 | 0.45 | 0.5 |
| Hex | B8 | 96 | 45 | 0 | 12 | 3E | 1C | 2A | 2D | 32 |
| Octal | 270 | 226 | 105 | 0 | 22 | 76 | 34 | 52 | 55 | 62 |
| Binary | 10111000 | 10010110 | 1000101 | 0 | 10010 | 111110 | 11100 | 101010 | 101101 | 110010 |
Color Harmonies of #B89645
Complementary color
Monochromatic Colors of #B89645
Black with #B89645
Text Example
Text Example
White with #B89645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89645; }
p { color: rgb(184,150,69); }
H1.HeaderClassName
{
color: #B89645;
}
.AnyTagClassName
{
color: #B89645;
}
</style>
background-color css
<style>
a { background-color: #B89645; }
a { background-color: rgb(184,150,69); }
div.DivClassName
{
background-color: #B89645;
}
.BgClassName
{
background-color: #B89645;
}
</style>
border-color css
<style>
span { border-color: #B89645; }
span { border-color: rgb(184,150,69); }
td.TdClassName
{
border-color: #B89645;
}
.TagClassName
{
border-color: #B89645;
}
</style>