Shades of Roti #B89145
Tints of Roti #B89145
RGB
CMYK
RGB Variations
Color information
#B89145 (or 0xB89145) is known color: Roti. HEX triplet: B8, 91 and 45. RGB value is (184,145,69). Sum of RGB (Red+Green+Blue) = 184+145+69=398 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.23% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 69 (27.34% from 255 or 17.34% from 398); Max value from RGB is 184 - color contains mainly: red. Hex color #B89145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89145 is #476EBA. Grayscale: #949494. Windows color (decimal): -4681403 or 4559288. OLE color: 4559288.
HSL color Cylindrical-coordinate representation of color #B89145: hue angle of 39.65º 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 #B89145 is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 145 | 69 | - |
| CMYK | 0 | 0.21 | 0.62 | 0.28 |
| HSL | 39.65º | 0.45% | 0.5% | - |
| HSV(B) | 39.65º | 0.63% | 0.72% | - |
| XYZ | 30.97 | 30.87 | 9.96 | - |
| YUV | 148 | 83.42 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 145 | 69 | 0 | 0.21 | 0.62 | 0.28 | 39.65 | 0.45 | 0.5 |
| Hex | B8 | 91 | 45 | 0 | 15 | 3E | 1C | 28 | 2D | 32 |
| Octal | 270 | 221 | 105 | 0 | 25 | 76 | 34 | 50 | 55 | 62 |
| Binary | 10111000 | 10010001 | 1000101 | 0 | 10101 | 111110 | 11100 | 101000 | 101101 | 110010 |
Color Harmonies of #B89145
Complementary color
Monochromatic Colors of #B89145
Black with #B89145
Text Example
Text Example
White with #B89145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89145; }
p { color: rgb(184,145,69); }
H1.HeaderClassName
{
color: #B89145;
}
.AnyTagClassName
{
color: #B89145;
}
</style>
background-color css
<style>
a { background-color: #B89145; }
a { background-color: rgb(184,145,69); }
div.DivClassName
{
background-color: #B89145;
}
.BgClassName
{
background-color: #B89145;
}
</style>
border-color css
<style>
span { border-color: #B89145; }
span { border-color: rgb(184,145,69); }
td.TdClassName
{
border-color: #B89145;
}
.TagClassName
{
border-color: #B89145;
}
</style>